diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-11-01 15:01:33 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-11-01 15:01:33 +0100 |
commit | 21878e253e331f6ea340ae44bf824890185e1938 (patch) | |
tree | 856a9b0cffd243e0ac3c576262122b3d3b29d2d3 /doc | |
parent | 6e7924f865e47973595458c6df0447975bbd0770 (diff) | |
download | lombok-21878e253e331f6ea340ae44bf824890185e1938.tar.gz lombok-21878e253e331f6ea340ae44bf824890185e1938.tar.bz2 lombok-21878e253e331f6ea340ae44bf824890185e1938.zip |
[fixes #1932] We broke the delombok ant task.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 6a42bf70..57112d76 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,7 +2,7 @@ Lombok Changelog ---------------- ### v1.18.5 "Edgy Guinea Pig" -* Edge currently has no new features. +* 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) ### v1.18.4 (October 30th, 2018) * PLATFORM: Support for Eclipse Photon. [Issue #1831](https://github.com/rzwitserloot/lombok/issues/1831) |