diff options
author | Roel Spilker <r.spilker@gmail.com> | 2016-10-17 20:26:15 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2016-10-17 20:26:15 +0200 |
commit | 444d77faa2836c7adf31fab0c8f601b4058d4130 (patch) | |
tree | c15dbf5de336106a3efc380b6e1984fb07ac59d4 | |
parent | f30d48791ae35ba002a430f0907a112b06c76d2b (diff) | |
download | lombok-444d77faa2836c7adf31fab0c8f601b4058d4130.tar.gz lombok-444d77faa2836c7adf31fab0c8f601b4058d4130.tar.bz2 lombok-444d77faa2836c7adf31fab0c8f601b4058d4130.zip |
Update changelog
-rw-r--r-- | doc/changelog.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index bdd1c818..0ee812e7 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,7 +3,8 @@ 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) +* 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) |