aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-01-28 22:58:02 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-01-28 22:58:02 +0100
commit56d54bf1c46f110b6607d2f40829d58ec3e3a53b (patch)
tree2d45e58a710b4066446b499524625167e6c7b0fc /doc
parente6d8665f0e2d22e18890106d6f57680ded0ba422 (diff)
downloadlombok-56d54bf1c46f110b6607d2f40829d58ec3e3a53b.tar.gz
lombok-56d54bf1c46f110b6607d2f40829d58ec3e3a53b.tar.bz2
lombok-56d54bf1c46f110b6607d2f40829d58ec3e3a53b.zip
[versioning] pre-release version bump
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown1
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.