diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-04-02 01:31:16 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-04-02 01:31:16 +0200 |
commit | c64aca47a6f7d277bfc0259b1c5ec6827aa60b4a (patch) | |
tree | 2470c5b3669806f223756bd7ef52a69ef1a4d0a0 /doc | |
parent | dda76a724b26f1a48ab16dab25cc2dcec477b6ed (diff) | |
download | lombok-c64aca47a6f7d277bfc0259b1c5ec6827aa60b4a.tar.gz lombok-c64aca47a6f7d277bfc0259b1c5ec6827aa60b4a.tar.bz2 lombok-c64aca47a6f7d277bfc0259b1c5ec6827aa60b4a.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 ac0b3ac9..3c25e3fa 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,9 @@ Lombok Changelog ---------------- +### v1.18.21 "Edgy Guinea Pig" +* There is no edge release at the moment; 1.18.20 is the most recent version. + ### v1.18.20 (April 2nd, 2021) * PLATFORM: JDK16 support added. [Issue #2681](https://github.com/rzwitserloot/lombok/issues/2681). * PLATFORM: All lombok features updated to act in a sane fashion with JDK16's _record_ feature. In particular, you can annotate record components with `@NonNull` to have lombok add null checks to your compact constructor (which will be created if need be). |