aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2016-07-19 13:40:32 +0200
committerRoel Spilker <r.spilker@gmail.com>2016-07-19 13:40:32 +0200
commitfa2ff14e65bea5d3042ffc01c811b00fa6efbd58 (patch)
tree83f4ed4c288db0d9957d2d4abb9308b43072d648 /doc/changelog.markdown
parentc0d563d039ca066543efc34d8a037d1a19c48a96 (diff)
downloadlombok-fa2ff14e65bea5d3042ffc01c811b00fa6efbd58.tar.gz
lombok-fa2ff14e65bea5d3042ffc01c811b00fa6efbd58.tar.bz2
lombok-fa2ff14e65bea5d3042ffc01c811b00fa6efbd58.zip
Fix for issue #1076
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 5ad0464f..05b4819b 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
+* BUGFIX: delombok: for-loops with initializers that are not local variable 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)