diff options
author | Roel Spilker <r.spilker@gmail.com> | 2014-02-06 20:44:04 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2014-02-06 20:44:04 +0100 |
commit | d77bd114a83795b56f67122e7422137f94fe2629 (patch) | |
tree | a536bc0eb974288f6247926c34f54e6de0b8dc17 /doc/changelog.markdown | |
parent | c128331d4dd5c38f5f0218940632dfffb0b25f5c (diff) | |
download | lombok-d77bd114a83795b56f67122e7422137f94fe2629.tar.gz lombok-d77bd114a83795b56f67122e7422137f94fe2629.tar.bz2 lombok-d77bd114a83795b56f67122e7422137f94fe2629.zip |
Updated changelog
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 b5506fa9..400fe096 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,6 +2,7 @@ Lombok Changelog ---------------- ### v1.12.5 "Edgy Guinea Pig" +* BUGFIX: {Netbeans} @SneakyThrows would lead to unused import and break refactorings [Issue #471](https://code.google.com/p/projectlombok/issues/detail?id=471). * BUGFIX: Eclipse Organize Imports would generate error: AST must not be null [Issue #631](https://code.google.com/p/projectlombok/issues/detail?id=631). * BUGFIX: Copying javadoc to getters / setters / withers would copy non-relevant sections too. [Issue #585](https://code.google.com/p/projectlombok/issues/detail?id=585). * DETAIL: {Delombok} Inside enum bodies the delombok formatter didn't respect the emptyLines directive [Issue #629](https://code.google.com/p/projectlombok/issues/detail?id=629). |