aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-05-21 23:20:00 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-05-21 23:20:00 +0200
commit2704f073aad6deb362707e0311b6275cde7c5e1a (patch)
tree2ec6d478599b88e3e10865aba424fb3777f25945 /doc/changelog.markdown
parentcd49188aff9ffece51ce8831c961e0faab33fbc8 (diff)
downloadlombok-2704f073aad6deb362707e0311b6275cde7c5e1a.tar.gz
lombok-2704f073aad6deb362707e0311b6275cde7c5e1a.tar.bz2
lombok-2704f073aad6deb362707e0311b6275cde7c5e1a.zip
Code review + mention in changelog for the improvement to val handling vs. lambdas and conditional (ternary) expressions.
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 e0e3d49a..1d927e62 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,7 +2,7 @@ Lombok Changelog
----------------
### v1.18.9 "Edgy Guinea Pig"
-* Nothing yet.
+* ENHANCEMENT: `val` is now capable of decoding the type of convoluted expressions (particularly if the right hand side involves lambdas and conditional (ternary) expressions). [Pull Request #2109](https://github.com/rzwitserloot/lombok/pull/2109) with thanks to Alexander Bulgakov.
### 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).