aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2018-08-27 21:26:53 +0200
committerRoel Spilker <r.spilker@gmail.com>2018-08-27 21:27:08 +0200
commitecf754c87d3aaf1f788c9f00e5815ce7174f3722 (patch)
tree468a7fe5ed006a8bbfedbd06726eda82ab2eb235 /doc
parent479738da89db4cbfeea2a4b7debc855ae9e1cb95 (diff)
downloadlombok-ecf754c87d3aaf1f788c9f00e5815ce7174f3722.tar.gz
lombok-ecf754c87d3aaf1f788c9f00e5815ce7174f3722.tar.bz2
lombok-ecf754c87d3aaf1f788c9f00e5815ce7174f3722.zip
Update changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 6ba673ad..a294d6a1 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -5,6 +5,7 @@ Lombok Changelog
* FEATURE: The `@FieldNameConstants` feature has been completely redesigned. [Issue #1774](https://github.com/rzwitserloot/lombok/issues/1774) [FieldNameConstants documentation](https://projectlombok.org/features/experimental/FieldNameConstants)
* BUGFIX: When using lombok to compile modularized (`module-info.java`-style) code, if the module name has dots in it, it wouldn't work. [Issue #1808](https://github.com/rzwitserloot/lombok/issues/1808)
* BUGFIX: Errors about lombok not reading a module providing `org.mapstruct.ap.spi` when trying to use lombok in jigsaw-mode on JDK 11. [Issue #1806](https://github.com/rzwitserloot/lombok/issues/1806)
+* BUGFIX: Fix NetBeans compile on save. [Issue #1770](https://github.com/rzwitserloot/lombok/issues/1770)
### v1.18.2 (July 26th, 2018)
* BUGFIX: mapstruct + lombok in eclipse should hopefully work again. [Issue #1359](https://github.com/rzwitserloot/lombok/issues/1359) and [mapstruct issue #1159](https://github.com/mapstruct/mapstruct/issues/1159)