aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-05-07 00:11:30 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-05-07 00:11:30 +0200
commit3496a3e9633cd6526745bcc390877653afad7f09 (patch)
treec4d5eb4f44e2a9d9030fc5a12637bce24de018c8 /doc/changelog.markdown
parent42f36e66fec9554205ed7caaab33c1c7be0db90b (diff)
downloadlombok-3496a3e9633cd6526745bcc390877653afad7f09.tar.gz
lombok-3496a3e9633cd6526745bcc390877653afad7f09.tar.bz2
lombok-3496a3e9633cd6526745bcc390877653afad7f09.zip
pre-release version bump
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 223ea9e7..561db859 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,7 +1,7 @@
Lombok Changelog
----------------
-### v1.18.7 "Edgy Guinea Pig"
+### v1.18.8 (May 7th, 2019)
* FEATURE: You can now configure `@FieldNameConstants` to `CONSTANT_CASE` the generated constants, using a `lombok.config` option. See the [FieldNameConstants documentation](https://projectlombok.org/features/experimental/FieldNameConstants). [Issue #2092](https://github.com/rzwitserloot/lombok/issues/2092).
* FEATURE: You can now suppress generation of the `builder` method when using `@Builder`; usually because you're only interested in the `toBuilder` method. As a convenience we won't emit warnings about missing `@Builder.Default` annotations when you do this. [Issue #2046](https://github.com/rzwitserloot/lombok/issues/2046)
* FEATURE: You can now change the access modifier of generated builder classes. [Issue #2083](https://github.com/rzwitserloot/lombok/issues/2083).