aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2016-11-21 22:54:29 +0100
committerRoel Spilker <r.spilker@gmail.com>2016-11-21 22:54:29 +0100
commit8c2ea4fbc64e8b7b4e553a6f8b9363eb0b70d76a (patch)
treeee4ad67aa91439e310ee20298db777c9809560d4 /doc
parent369518c92ce4e79ce62ce334497c9309e074f44c (diff)
downloadlombok-8c2ea4fbc64e8b7b4e553a6f8b9363eb0b70d76a.tar.gz
lombok-8c2ea4fbc64e8b7b4e553a6f8b9363eb0b70d76a.tar.bz2
lombok-8c2ea4fbc64e8b7b4e553a6f8b9363eb0b70d76a.zip
Finish documentation on `var`
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 474ca2f5..af6afad4 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -3,6 +3,7 @@ Lombok Changelog
### v1.16.11 "Edgy Guinea Pig"
* v1.16.10 is the latest release
+* FEATURE: `var` is the mutable sister of `val`. For now experimental, and opt-in using `ALLOW` in the flagUsage configuration key. Thanks for the contribution, Bulgakov Alexander.
* BUGFIX: Annotation Processors that use ecj internally (dagger) no longer give linkage errors [Issue #1218](https://github.com/rzwitserloot/lombok/issues/1218)
* BUGFIX: `val` in lambda expressions now work as expected [Issue #911](https://github.com/rzwitserloot/lombok/issues/911)
* PLATFORM: Red Hat JBoss Developer Studio is now correctly identified by the installer [Issue #1164](https://github.com/rzwitserloot/lombok/issues/1164)