diff options
author | Roel Spilker <r.spilker@gmail.com> | 2014-01-19 21:15:16 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2014-01-19 21:15:16 +0100 |
commit | 2ab6cc809d6aec8d253962547cab7e32598b84a7 (patch) | |
tree | a4d0bc642ae0c22695ce7508f74c565b2b16ecae /doc/changelog.markdown | |
parent | 560552ddb3c7be4b92c7479098c40886aa3bb8aa (diff) | |
download | lombok-2ab6cc809d6aec8d253962547cab7e32598b84a7.tar.gz lombok-2ab6cc809d6aec8d253962547cab7e32598b84a7.tar.bz2 lombok-2ab6cc809d6aec8d253962547cab7e32598b84a7.zip |
Issue 629: have delombok respect the emptyLines derecotry inside enum bodies as well
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 6d01b859..d4a29177 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,7 +2,7 @@ Lombok Changelog ---------------- ### v1.12.5 "Edgy Guinea Pig" -* Edge placeholder +* DETAIL: {Delombok} Inside enum bodies the delombok formatter didn't respect the emptyLines directive [Issue #529](https://code.google.com/p/projectlombok/issues/detail?id=629). ### v1.12.4 (January 15th, 2014) * BUGFIX: v1.12.2's delombok turns all operator+assignments into just assignment. Fixed. [Issue #598](https://code.google.com/p/projectlombok/issues/detail?id=598) |