diff options
author | Roel Spilker <r.spilker@gmail.com> | 2016-07-19 13:40:32 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2016-07-19 13:40:32 +0200 |
commit | fa2ff14e65bea5d3042ffc01c811b00fa6efbd58 (patch) | |
tree | 83f4ed4c288db0d9957d2d4abb9308b43072d648 /doc/changelog.markdown | |
parent | c0d563d039ca066543efc34d8a037d1a19c48a96 (diff) | |
download | lombok-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.markdown | 1 |
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) |