diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-01-28 23:16:26 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-01-28 23:16:26 +0100 |
commit | b9f1f50b8e8ea01cf0642680af41f450ab4ff6db (patch) | |
tree | b25cf5a97be74e9bf5272219c94e5883490b7081 /doc | |
parent | 56d54bf1c46f110b6607d2f40829d58ec3e3a53b (diff) | |
download | lombok-b9f1f50b8e8ea01cf0642680af41f450ab4ff6db.tar.gz lombok-b9f1f50b8e8ea01cf0642680af41f450ab4ff6db.tar.bz2 lombok-b9f1f50b8e8ea01cf0642680af41f450ab4ff6db.zip |
[versioning] pre-release version bump of the changelog as well
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 078a6a5b..ea418c4a 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,7 +1,7 @@ Lombok Changelog ---------------- -### v1.18.17 "Edgy Guinea Pig" +### 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: `@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__. |