diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-01-28 23:20:00 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-01-28 23:20:00 +0100 |
commit | 3d3a4c322af4cf7f27679661efaa9dcd685165bb (patch) | |
tree | c9abb47643a8eb114fefb1fcb10520be2f272d6b /doc | |
parent | b9f1f50b8e8ea01cf0642680af41f450ab4ff6db (diff) | |
download | lombok-3d3a4c322af4cf7f27679661efaa9dcd685165bb.tar.gz lombok-3d3a4c322af4cf7f27679661efaa9dcd685165bb.tar.bz2 lombok-3d3a4c322af4cf7f27679661efaa9dcd685165bb.zip |
[versioning] post-release version bump
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index ea418c4a..99cce6ef 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,9 @@ Lombok Changelog ---------------- +### v1.18.19 "Edgy Guinea Pig" +* No changes yet. + ### 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) |