aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2009-12-30 03:24:49 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2009-12-30 03:24:49 +0100
commitcf11641c8a5973b181f779c6fe20b9d81a7f866a (patch)
treecd0051f62e1ecee7c2910de3918e5d8edb3305d9 /doc/changelog.markdown
parentbed2d10358689c2b250cadca120962499f50a2ab (diff)
downloadlombok-cf11641c8a5973b181f779c6fe20b9d81a7f866a.tar.gz
lombok-cf11641c8a5973b181f779c6fe20b9d81a7f866a.tar.bz2
lombok-cf11641c8a5973b181f779c6fe20b9d81a7f866a.zip
changelog for fixing issue 72.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index de3f102f..1aa7712e 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,6 +2,7 @@ Lombok Changelog
----------------
### v0.9.3 (edge)
+* Lombok should now run in stand-alone ecj (Eclipse Compiler for Java). This isn't just useful for the few souls actually using this compiler day to day, but various eclipse build tools such as the RCP builder run ecj internally as well. [Issue #72](http://code.google.com/p/projectlombok/issues/detail?id=72)
* Eclipse: `@Data` and other annotations now don't throw errors when you include fields with bounded wildcard generics, such as `List<? extends Number>`. [Issue #84](http://code.google.com/p/projectlombok/issues/detail?id=84)
* plugins and `@SneakyThrows`: Resolving types in annotations now works better especially for classes that aren't in the core java libraries. [Issue #88](http://code.google.com/p/projectlombok/issues/detail?id=88)