aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2018-09-10 23:27:42 +0200
committerRoel Spilker <r.spilker@gmail.com>2018-09-10 23:27:42 +0200
commitda7c7720a68d05713d641e701114bbf474296d40 (patch)
tree75503e2ce077f901f07315efd2d284524e6989ab /doc/changelog.markdown
parent52aa55ed550d283166b837eda7b1534f4385da9a (diff)
downloadlombok-da7c7720a68d05713d641e701114bbf474296d40.tar.gz
lombok-da7c7720a68d05713d641e701114bbf474296d40.tar.bz2
lombok-da7c7720a68d05713d641e701114bbf474296d40.zip
update changelog
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index ad39475f..04c9a052 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,6 +2,7 @@ Lombok Changelog
----------------
### v1.18.3 "Edgy Guinea Pig"
+* PLATFORM: Support for Eclipse Photon. [Issue #1831](https://github.com/rzwitserloot/lombok/issues/1831)
* 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)