diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-01-28 22:58:02 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-01-28 22:58:02 +0100 |
commit | 56d54bf1c46f110b6607d2f40829d58ec3e3a53b (patch) | |
tree | 2d45e58a710b4066446b499524625167e6c7b0fc /doc | |
parent | e6d8665f0e2d22e18890106d6f57680ded0ba422 (diff) | |
download | lombok-56d54bf1c46f110b6607d2f40829d58ec3e3a53b.tar.gz lombok-56d54bf1c46f110b6607d2f40829d58ec3e3a53b.tar.bz2 lombok-56d54bf1c46f110b6607d2f40829d58ec3e3a53b.zip |
[versioning] pre-release version bump
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 8fd5b293..078a6a5b 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -6,7 +6,6 @@ Lombok Changelog * BUGFIX: Netbeans would not work with 1.18.16 anymore. [Issue #2612](https://github.com/rzwitserloot/lombok/issues/2612) * BUGFIX: `@ExtensionMethod` support in ecj improved when generics are involved. [Issue #2648](https://github.com/rzwitserloot/lombok/issues/2648), [PR #2658](https://github.com/rzwitserloot/lombok/pull/2658) thanks to __@Rawi01__. * PLATFORM: using `lombok.config` files when compiling with sbt 1.4 now works again. [Issue #2645](https://github.com/rzwitserloot/lombok/issues/2645) -* (potential) BUGFIX: Using lombok with Maven Tycho now works. With assistance from [Rabea Gransberger](https://github.com/rgra). [Issue #285](https://github.com/rzwitserloot/lombok/issues/285) __UPDATE: This doesn't quite work yet, still investigating.__ ### v1.18.16 (October 15th, 2020) * BUGFIX: Version 1.18.14 could not be installed in Eclipse, it would break Eclipse. |