diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-06-04 20:55:00 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-06-04 20:55:00 +0200 |
commit | 974e80e1deccd1be78ad9ce2c68d464baee3fb6c (patch) | |
tree | 82dce28f2d9ffd12e6b01ee051304c12ae38207e | |
parent | d7b72c41dc679ec96c1c32f7c66285f04f433536 (diff) | |
download | lombok-974e80e1deccd1be78ad9ce2c68d464baee3fb6c.tar.gz lombok-974e80e1deccd1be78ad9ce2c68d464baee3fb6c.tar.bz2 lombok-974e80e1deccd1be78ad9ce2c68d464baee3fb6c.zip |
changelog now mentions fix for issue 1709
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index e793d210..312c1f4f 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,6 +3,7 @@ Lombok Changelog ### v1.16.23 "Edgy Guinea Pig" * v1.16.22 is the latest stable release of Project Lombok. +* BUGFIX: Using boolean parameters in lombok annotations would fail. [Issue #1709](https://github.com/rzwitserloot/lombok/issues/1709) * BUGFIX: Delombok would give an error message. [Issue #1705](https://github.com/rzwitserloot/lombok/issues/1705) ### v1.16.22 "Envious Ferret" (May 29th, 2018) |