aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2010-02-14 03:50:39 +0100
committerRoel Spilker <r.spilker@gmail.com>2010-02-14 03:50:39 +0100
commit5f276b620901e7b41a213c2a9c2dc252b6b4cfa1 (patch)
tree507d63c0a9a77ba6d61bc0c3facc72b58eea3f46 /doc
parent2552315058146bc94a38afba5a1a9cd630d4febe (diff)
parent3c75487f716549c5d2838585cd347cc2820306ef (diff)
downloadlombok-5f276b620901e7b41a213c2a9c2dc252b6b4cfa1.tar.gz
lombok-5f276b620901e7b41a213c2a9c2dc252b6b4cfa1.tar.bz2
lombok-5f276b620901e7b41a213c2a9c2dc252b6b4cfa1.zip
Merge branch 'master' of git@github.com:rzwitserloot/lombok
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 e09b9c33..a63759ef 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -6,6 +6,7 @@ Lombok Changelog
* 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)
+* FEATURE: If `tools.jar` isn't found (required when running _delombok_), now a useful error message is generated. The search for `tools.jar` now also looks in `JAVA_HOME`.
### 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)