diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-01-19 02:31:37 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-01-19 02:31:37 +0100 |
commit | a8c6743681b9a86e2e0e572c79e8a9a61bbaebcc (patch) | |
tree | 1d09a418a46b5c6c5820a7cf9d83925a2f4f1ab1 /doc/changelog.markdown | |
parent | c680b1cfda8e23b5621704eae26997fcfa80560e (diff) | |
download | lombok-a8c6743681b9a86e2e0e572c79e8a9a61bbaebcc.tar.gz lombok-a8c6743681b9a86e2e0e572c79e8a9a61bbaebcc.tar.bz2 lombok-a8c6743681b9a86e2e0e572c79e8a9a61bbaebcc.zip |
Updated changelog to reflect issue 325 fixes.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index baadbb9f..cad36efa 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,7 +3,6 @@ Lombok Changelog ### v0.10.7 (edge) * FEATURE: `@Delegate` can now be used on a no-argument method, which works similarly to adding it to fields. See [documentation](http://projectlombok.org/features/Delegate.html). -* REGRESSION: Eclipse save action *Add final modifier to private fields* again adds final keyword to `@Setter` fields, caused by fix to [issue #325](http://code.google.com/p/projectlombok/issues/detail?id=325). Reopened [Issue #263](http://code.google.com/p/projectlombok/issues/detail?id=263) * BUGFIX: Eclipse refactoring Extract Interface was broken when using lombok annotation to generate methods. [Issue #86](http://code.google.com/p/projectlombok/issues/detail?id=86) * BUGFIX: Eclipse action Sort Members was broken when using lombok annotations to generate methods or fields. [Issue #265](http://code.google.com/p/projectlombok/issues/detail?id=265) * BUGFIX: Eclipse action Refactor/Rename on an inner type was broken when using lombok annotations. [Issue #316](http://code.google.com/p/projectlombok/issues/detail?id=316) |