Skip to content

Commit a7b6256

Browse files
committed
[changelog] documenting previous commit.
1 parent d09d995 commit a7b6256

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/changelog.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Lombok Changelog
22
----------------
33

44
### v1.18.21 "Edgy Guinea Pig"
5-
* Added the `@StandardException` feature. [Pull Request #2702](https://github.com/projectlombok/lombok/pull/2702).
5+
* PLATFORM: JDK17 support added. [Issue #2898](https://github.com/projectlombok/lombok/issues/2898).
6+
* FEATURE: Added the `@StandardException` feature. [Pull Request #2702](https://github.com/projectlombok/lombok/pull/2702).
67
* IMPROBABLE BREAKING CHANGE: If the underlying compiler and `--release` / `--source` option is 10 or higher, lombok's `val` is now replaced by `final var`. That means compound declarations such as `val x = 10, y = 12;` now fail (lombok's old `val` implementation supported it, javac's `var` does not), but IDE support in particular is more reliable. We decided it was worth the tradeoff.
78

89
### v1.18.20 (April 2nd, 2021)

0 commit comments

Comments
 (0)