diff options
author | Roel Spilker <r.spilker@gmail.com> | 2018-04-09 23:19:54 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2018-04-09 23:19:54 +0200 |
commit | 4dce9a351d2e459fb2d03bdb9c99b62a2b29f8d0 (patch) | |
tree | 16ff33432de7b76befeaa264e537f97cc0fdad46 /doc/changelog.markdown | |
parent | bcd83687e321c6d4e29a27cbc3686e1a4d83a17d (diff) | |
download | lombok-4dce9a351d2e459fb2d03bdb9c99b62a2b29f8d0.tar.gz lombok-4dce9a351d2e459fb2d03bdb9c99b62a2b29f8d0.tar.bz2 lombok-4dce9a351d2e459fb2d03bdb9c99b62a2b29f8d0.zip |
update changelog
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 51da4651..b63a1292 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -7,7 +7,8 @@ Lombok Changelog * PLATFORM: Fix for using lombok together with JDK9's new `module-info.java` feature. [Issue #985](https://github.com/rzwitserloot/lombok/issues/985) * PLATFORM: Some initial work on supporting JDK10 and JDK11. * BUGFIX: Solved some issues in eclipse that resulted in error 'A save participant caused problems'. [Issue #879](https://github.com/rzwitserloot/lombok/issues/879) -* BUGFIX: Bugfix for Netbeans < 9. [Issue #1555](https://github.com/rzwitserloot/lombok/issues/1555) +* BUGFIX: Netbeans on jdk9 [Issue #1617](https://github.com/rzwitserloot/lombok/issues/1617) +* BUGFIX: Netbeans < 9. [Issue #1555](https://github.com/rzwitserloot/lombok/issues/1555) * PROMOTION: `var` has been promoted from experimental to the main package with no changes. The 'old' experimental one is still around but is deprecated, and is an alias for the new main package one. [var documentation](https://projectlombok.org/features/var.html). * OLD-CRUFT: `lombok.experimental.Builder` and `lombok.experimental.Value` are deprecated remnants of when these features were still in experimental. They are now removed entirely. If your project is dependent on an older version of lombok which still has those; fret not, lombok still processes these annotations. It just no longer includes them in the jar. |