aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2010-01-07 23:56:23 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2010-01-07 23:56:23 +0100
commit70fb2fe83fd72f66f230126771a65ba29c416cfb (patch)
tree738a932416c7632e647aa275045e6b7edd53d237 /doc
parent0072efc4d683611e7bb1d76f27912056ee8b8326 (diff)
downloadlombok-70fb2fe83fd72f66f230126771a65ba29c416cfb.tar.gz
lombok-70fb2fe83fd72f66f230126771a65ba29c416cfb.tar.bz2
lombok-70fb2fe83fd72f66f230126771a65ba29c416cfb.zip
Adding changelog entry for fixing of issue 96
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 1aa7712e..e09b9c33 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -5,6 +5,7 @@ Lombok Changelog
* 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)
+* BUGFIX: complex enums didn't get delomboked properly. [Issue #96](http://code.google.com/p/projectlombok/issues/detail?id=96)
### v0.9.2 "Hailbunny" (December 15th, 2009)
* preliminary support for lombok on NetBeans! - thanks go to Jan Lahoda from NetBeans. [Issue #20](http://code.google.com/p/projectlombok/issues/detail?id=20)