diff options
author | Roel Spilker <r.spilker@gmail.com> | 2019-01-29 01:14:36 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2019-01-29 01:44:55 +0100 |
commit | 0bc68e4995441a331d9685e63bc4f7db8333cc26 (patch) | |
tree | 9f9a5049d44ae2b6b7f2c4a11c44cfacc256350f /doc/changelog.markdown | |
parent | 984570df78fe26e56348c28c83b86b7e5ab20ada (diff) | |
download | lombok-0bc68e4995441a331d9685e63bc4f7db8333cc26.tar.gz lombok-0bc68e4995441a331d9685e63bc4f7db8333cc26.tar.bz2 lombok-0bc68e4995441a331d9685e63bc4f7db8333cc26.zip |
update changelog
Diffstat (limited to 'doc/changelog.markdown')
-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 5f950cf0..47abd082 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -11,6 +11,7 @@ Lombok Changelog * BUGFIX: Using the new `@FieldNameConstants` in eclipse would cause errors in the error log view, and error popups if save actions are turned on. [Issue #2024](https://github.com/rzwitserloot/lombok/issues/2024) * BUGFIX: Since version 1.18.4, the delombok ant task didn't work and errored with a `NoClassDefFoundError`. [Issue #1932](https://github.com/rzwitserloot/lombok/issues/1932) * BUGFIX: Combining both `@Setter` and `@Wither` on the same field, when that field also has javadoc with a `--setter--` section or an `@param` tag, resulted in a race condition where the first handler to get to the field would take that part of the javadoc. This is a step along the way to fixing [Issue #1033](https://github.com/rzwitserloot/lombok/issues/1033) +* BUGFIX: Compiling multi-module projects would fail on forcing new rounds. [Issue #1723](https://github.com/rzwitserloot/lombok/issues/1723), [Issue #1858](https://github.com/rzwitserloot/lombok/issues/1858), [Issue #1946](https://github.com/rzwitserloot/lombok/issues/1946), [Issue #2028](https://github.com/rzwitserloot/lombok/issues/2028) ### v1.18.4 (October 30th, 2018) * PLATFORM: Support for Eclipse Photon. [Issue #1831](https://github.com/rzwitserloot/lombok/issues/1831) |