diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-08 00:47:52 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-08 00:47:52 +0100 |
commit | 48404894d8e4c875346677c6f68fff742f314763 (patch) | |
tree | 6a7b79da00349d9e0f36dc2f6a5e74cdb0a23163 | |
parent | 26e0b7559eab9850ae426201264d0d1b2ce37f11 (diff) | |
download | lombok-48404894d8e4c875346677c6f68fff742f314763.tar.gz lombok-48404894d8e4c875346677c6f68fff742f314763.tar.bz2 lombok-48404894d8e4c875346677c6f68fff742f314763.zip |
Added hailbunny name to upcoming 0.9.2 release.
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index d34b7910..9d98e46d 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,7 +1,7 @@ Lombok Changelog ---------------- -### v0.9.2 +### v0.9.2 "Hailbunny" * 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) * lombok now ships with the delombok tool, which copies an entire directory filled with sources to a new directory, desugaring any java files to what it would look like without lombok's transformations. Compiling the sources in this new directory without lombok support should result in the same class files as compiling the original with lombok support. Great to double check on what lombok is doing, and for chaining the delombok-ed sources to source-based java tools such as Google Web Toolkit or javadoc. lombok.jar itself also provides an ant task for delombok. [Full documentation of delombok](http://projectlombok.org/features/delombok.html). * Lombok now works on openjdk7 (tested with JDK7m5)! For all the folks on the cutting edge, this should be very good news. [Issue #61](http://code.google.com/p/projectlombok/issues/detail?id=61) - thanks go to Jan Lahoda from NetBeans. |