diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-01-11 18:28:03 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-01-11 18:28:03 +0100 |
commit | f4ddece6140a9e3e8b76b0549c85e4675af12959 (patch) | |
tree | 599a1048932dd50ea5b7bb4ba39f3015cfe927be /doc | |
parent | b0c712833b3845e46a1447392ef553c47668fc0d (diff) | |
download | lombok-f4ddece6140a9e3e8b76b0549c85e4675af12959.tar.gz lombok-f4ddece6140a9e3e8b76b0549c85e4675af12959.tar.bz2 lombok-f4ddece6140a9e3e8b76b0549c85e4675af12959.zip |
Added fix for tools.jar finding to the changelog
Diffstat (limited to 'doc')
-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 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) |