aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-12-15 22:17:58 +0100
committerReinier Zwitserloot <reinier@tipit.to>2009-12-15 22:17:58 +0100
commitb09257768b071abce0cd40e027fd5357502583fd (patch)
treec0eb9980962440b2f141dbd31c30a41bf3483c7e
parent3153e1dd2ad65898ed9c5874733d06563da08b3c (diff)
downloadlombok-b09257768b071abce0cd40e027fd5357502583fd.tar.gz
lombok-b09257768b071abce0cd40e027fd5357502583fd.tar.bz2
lombok-b09257768b071abce0cd40e027fd5357502583fd.zip
Whoops - forgot to add release date to 0.9.2 in changelog.
-rw-r--r--doc/changelog.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 47dc249a..99bb7b75 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,7 +1,7 @@
Lombok Changelog
----------------
-### v0.9.2 "Hailbunny"
+### 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)
* 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.