aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSander Koning <askoning@gmail.com>2012-01-16 22:46:16 +0100
committerSander Koning <askoning@gmail.com>2012-01-16 22:46:16 +0100
commit68fe3f41e962d247ec372e40c8714f57e5ebee05 (patch)
treec2fb8a84f44bcdc444e9f2f6ec5bd4dd641f4672 /doc
parent7627d03afd8d10cbdefc93f0317f4d5f98cc6526 (diff)
downloadlombok-68fe3f41e962d247ec372e40c8714f57e5ebee05.tar.gz
lombok-68fe3f41e962d247ec372e40c8714f57e5ebee05.tar.bz2
lombok-68fe3f41e962d247ec372e40c8714f57e5ebee05.zip
Updated changelog. REGRESSION now marks actual regressions in this version.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 9a0856ee..7db9be55 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,9 +2,12 @@ Lombok Changelog
----------------
### v0.10.7 (edge)
-* REGRESSION: 0.10.6 causes ClassNotFoundErrors when using ecj (and thus, play framework, gwt, etc). [Issue #320](http://code.google.com/p/projectlombok/issues/detail?id=320)
+* 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 annotation to generate methods or fields. [Issue #265](http://code.google.com/p/projectlombok/issues/detail?id=265)
+* 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)
+* BUGFIX: 0.10.6 causes ClassNotFoundErrors when using ecj (and thus, play framework, gwt, etc). [Issue #320](http://code.google.com/p/projectlombok/issues/detail?id=320)
+* BUGFIX: Eclipse parsing was broken when using lombok annotations with parentheses. [Issue #325](http://code.google.com/p/projectlombok/issues/detail?id=325)
* ENHANCEMENT: Lombok now adds a line to the Eclipse About dialog about itself.
### v0.10.6 (December 19th, 2011)