aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-11-01 22:44:31 +0100
committerReinier Zwitserloot <reinier@tipit.to>2009-11-02 00:41:52 +0100
commite1e889120f49155105f44ea4f3fa53e6b56732ab (patch)
tree97ac70966676a799f1559a08e59904a325eed7c8 /doc
parent4eea52f36b327218e921b3bba79fd392d5d16e41 (diff)
downloadlombok-e1e889120f49155105f44ea4f3fa53e6b56732ab.tar.gz
lombok-e1e889120f49155105f44ea4f3fa53e6b56732ab.tar.bz2
lombok-e1e889120f49155105f44ea4f3fa53e6b56732ab.zip
Pre-release work for v0.9.0.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 16b3d826..adbb5379 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -4,7 +4,12 @@ Lombok Changelog
### v0.9.0
* The lombok class patching system has been completely revamped; the core business of patching class files has been offloaded in an independent project called 'lombok.patcher', which is now used to patch lombok into eclipse.
+* Many behind-the-scenes changes to improve lombok's stability and flexibility on eclipse.
+* Changes to the lombok core API which aren't backwards compatible with lombok series v0.8 but which were necessary to make writing third party processors for lombok a lot easier.
+* Minor version number bumped due to the above 3 issues.
* Eclipse's "rename" refactor script, invoked by pressing CMD/CTRL+SHIFT+R, now works on `@Data` annotated classes.
+* The windows installer would fail on boot if you have unformatted drives. [Issue #65](http://code.google.com/p/projectlombok/issues/detail?id=65)
+* The static constructor that `@Data` can make was being generated as package private when compiling with javac. [Issue #63](http://code.google.com/p/projectlombok/issues/detail?id=63)
### v0.8.5