diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2009-12-30 03:24:49 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2009-12-30 03:24:49 +0100 |
commit | cf11641c8a5973b181f779c6fe20b9d81a7f866a (patch) | |
tree | cd0051f62e1ecee7c2910de3918e5d8edb3305d9 | |
parent | bed2d10358689c2b250cadca120962499f50a2ab (diff) | |
download | lombok-cf11641c8a5973b181f779c6fe20b9d81a7f866a.tar.gz lombok-cf11641c8a5973b181f779c6fe20b9d81a7f866a.tar.bz2 lombok-cf11641c8a5973b181f779c6fe20b9d81a7f866a.zip |
changelog for fixing issue 72.
-rw-r--r-- | doc/changelog.markdown | 1 |
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) |