diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-07-29 17:17:22 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-07-29 17:17:22 +0200 |
commit | 0038b48eeacac0389980902e65b4976dd5605c69 (patch) | |
tree | 878aaa4b04b2440bc1c4be4131482e4f59df040d /doc | |
parent | e964f5eec6015564d561ad45dc29964b4fc4481e (diff) | |
download | lombok-0038b48eeacac0389980902e65b4976dd5605c69.tar.gz lombok-0038b48eeacac0389980902e65b4976dd5605c69.tar.bz2 lombok-0038b48eeacac0389980902e65b4976dd5605c69.zip |
docs for the redesigned FieldNameConstants.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 0a12cb2d..238b4a38 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,7 +2,7 @@ Lombok Changelog ---------------- ### v1.18.3 "Edgy Guinea Pig" -* No changes yet. +* 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) ### 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) |