aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-02-04 22:01:36 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-02-04 22:01:36 +0100
commit011e9915f2fbfa2d0ca9fea816003f90ce59ba5f (patch)
tree10ba38c2ff30640e713859a5dec14b39e556c635 /doc
parentadf30952462ad8380cf92c742e208b72c572cc98 (diff)
downloadlombok-011e9915f2fbfa2d0ca9fea816003f90ce59ba5f.tar.gz
lombok-011e9915f2fbfa2d0ca9fea816003f90ce59ba5f.tar.bz2
lombok-011e9915f2fbfa2d0ca9fea816003f90ce59ba5f.zip
[changelog] [issue #2730] add the potential fix to the changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 99cce6ef..89a9e936 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,11 +2,11 @@ Lombok Changelog
----------------
### v1.18.19 "Edgy Guinea Pig"
-* No changes yet.
+* POTENTIAL BUGFIX: lombok + errorprone could cause `IllegalArgumentException` if using the `MissingSummay` bug pattern. [Issue #2730](https://github.com/rzwitserloot/lombok/issues/2612).
### v1.18.18 (January 28th, 2021)
* BUGFIX: Various tools using ecj under the hood (including intellij) could cause corrupt class files to be generated. [PR #2637](https://github.com/rzwitserloot/lombok/pull/2637), [lombok-intellij-plugin issue #969](https://github.com/mplushnikov/lombok-intellij-plugin/issues/969).
-* BUGFIX: Netbeans would not work with 1.18.16 anymore. [Issue #2612](https://github.com/rzwitserloot/lombok/issues/2612)
+* 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)