aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-11-15 14:57:03 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-11-15 14:57:03 +0100
commit52ee15bdc13ab66c833863d75581f6ccae3081ce (patch)
treef96bd55fe80abf19fbd493e6a5e7ad7d6bd60e73
parentdc92425f85d2f2dd187b688ff6d218d3c8e657b6 (diff)
downloadlombok-52ee15bdc13ab66c833863d75581f6ccae3081ce.tar.gz
lombok-52ee15bdc13ab66c833863d75581f6ccae3081ce.tar.bz2
lombok-52ee15bdc13ab66c833863d75581f6ccae3081ce.zip
Added fixing of issues 90, 138, 263, 286 to changelog. (all jvanderhel's work)
-rw-r--r--doc/changelog.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 8af76f6c..f5db4a5b 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -3,6 +3,10 @@ Lombok Changelog
### v0.10.3
* BUGFIX: Using the `log` field from `@Log`, etc, now works in static initializers. [Issue #295](http://code.google.com/p/projectlombok/issues/detail?id=295)
+* BUGFIX: Auto-formatting code containing lombok on eclipse, even via an auto-save action, now works. [Issue #90](http://code.google.com/p/projectlombok/issues/detail?id=90)
+* BUGFIX: Letting eclipse generate various methods when a lombok annotation is present now works. [Issue #138](http://code.google.com/p/projectlombok/issues/detail?id=138)
+* BUGFIX: Renaming a @Data-annotated class in eclipse no longer mangles the data annotation. [Issue #286](http://code.google.com/p/projectlombok/issues/detail?id=286)
+* BUGFIX: Eclipse save action *Add final modifier to private fields* no longer adds final keyword to `@Setter` fields. [Issue #263](http://code.google.com/p/projectlombok/issues/detail?id=263)
### v0.10.2 (November 1st, 2011)
* BUGFIX: Delombok will no longer jumble up comments from different files when using -sourcepath option. [Issue #284](http://code.google.com/p/projectlombok/issues/detail?id=284)