diff options
author | Roel Spilker <r.spilker@gmail.com> | 2020-10-15 23:19:58 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2020-10-15 23:19:58 +0200 |
commit | bda0da2722e8237eaa406b20d6b5337e3c1e8b9c (patch) | |
tree | d945571b51b05e0765c9a29cc794b3621e4c06f0 | |
parent | b0c5654195743b3c14ee785ee30978b5b1f3a173 (diff) | |
download | lombok-bda0da2722e8237eaa406b20d6b5337e3c1e8b9c.tar.gz lombok-bda0da2722e8237eaa406b20d6b5337e3c1e8b9c.tar.bz2 lombok-bda0da2722e8237eaa406b20d6b5337e3c1e8b9c.zip |
Update changelog
-rw-r--r-- | doc/changelog.markdown | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index c6bed728..0a0f0782 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,10 +1,11 @@ Lombok Changelog ---------------- -### v1.18.15 "Edgy Guinea Pig" +### v1.18.17 "Edgy Guinea Pig" * NO CHANGES YET -### v1.18.14(October 8th, 2020) +### v1.18.16(October 15th, 2020) +* BUGFIX: Version 1.18.14 could not be installed in Eclipse, it would break Eclipse. * BREAKING CHANGE: mapstruct users should now add a dependency to lombok-mapstruct-binding. This solves compiling modules with lombok (and mapstruct). * IMPROBABLE BREAKING CHANGE: The generated hashcode has changed for classes that include both primitive fields and reference fields. * FEATURE: Similar to `@Builder`, you can now configure a `@SuperBuilder`'s 'setter' prefixes via `@SuperBuilder(setterPrefix = "set")` for example. We still discourage doing this. [Pull Request #2357](https://github.com/rzwitserloot/lombok/pull/2357). @@ -22,6 +23,9 @@ Lombok Changelog * BUGFIX: Trying to add `@ExtensionMethod`s with exactly 2 arguments would fail in eclipse. [Issue #1441](https://github.com/rzwitserloot/lombok/issues/1441) [Pull Request #2376](https://github.com/rzwitserloot/lombok/pull/2376) thanks to __@Rawi01__. * BUGFIX: Javac sets incorrect annotated type on with methods. [Issue #2463](https://github.com/rzwitserloot/lombok/issues/2463) +### v1.18.14 (October 8th, 2020) +* Don't use this version. It is broken. Changes are listed under 1.18.16 + ### v1.18.12 (February 1st, 2020) * PLATFORM: Support for JDK13 (including `yield` in switch expressions, as well as delombok having a nicer style for arrow-style switch blocks, and text blocks). |