From f31357e7a51d3321195af2480e9498923fd1282f Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Fri, 6 Jul 2012 10:07:27 +0200 Subject: Updated changelog --- doc/changelog.markdown | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/changelog.markdown') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 8f2a7c82..e7e7e31c 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,10 @@ Lombok Changelog ---------------- +### v0.11.3 Edge +* BUGFIX: Eclipse would throw an OOME. [Issue #390](http://code.google.com/p/projectlombok/issues/detail?id=390) + + ### v0.11.2 "Dashing Kakapo" (July 3rd, 2012) * FEATURE: {Experimental} `@ExtensionMethod` is now available to add extensions to any type in the form of static methods that take as first parameter an object of that type. [Documentation on @ExtensionMethod](http://projectlombok.org/features/experimental/ExtensionMethod.html) -- cgit