aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbulgakovalexander <mfourgeneralsherman@gmail.com>2016-10-20 16:47:35 +0300
committerGitHub <noreply@github.com>2016-10-20 16:47:35 +0300
commit4d9da60f4f2643302e53267ef150ee4c68c39d7c (patch)
tree6986510d8a45e2cca4fcb81d87a3d675032a0c10 /doc
parentaa2f4424a78b962edf0b7e0ef551a82c5822619a (diff)
parent49f0bc1c3ede3c81754568af22fcdbbe8f4b5a8f (diff)
downloadlombok-4d9da60f4f2643302e53267ef150ee4c68c39d7c.tar.gz
lombok-4d9da60f4f2643302e53267ef150ee4c68c39d7c.tar.bz2
lombok-4d9da60f4f2643302e53267ef150ee4c68c39d7c.zip
Merge pull request #1 from rzwitserloot/master
merge from the main repo
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index bdd1c818..89df8709 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -3,7 +3,9 @@ Lombok Changelog
### v1.16.11 "Edgy Guinea Pig"
* v1.16.10 is the latest release
-* BUGFIX: delombok: for-loops with initializers that are not local variables would be generated incorrectly [Issue 1076](https://github.com/rzwitserloot/lombok/issues/1076)
+* 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)
+* BUGFIX: delombok: for-loops with initializers that are not local variables would be generated incorrectly [Issue #1076](https://github.com/rzwitserloot/lombok/issues/1076)
### v1.16.10 (July 15th, 2016)
* FEATURE: Added support for JBoss logger [Issue #1103](https://github.com/rzwitserloot/lombok/issues/1103)