From 58f0117d207d3c915f063b3f87a5c9bee5bb6dca Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Tue, 1 Nov 2011 00:19:13 +0100 Subject: Added fixing of delombok sourcepath issue to changelog and preparing for 0.10.2 release. --- doc/changelog.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 111d00e9..6db40d7e 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,7 +1,8 @@ Lombok Changelog ---------------- -### v0.10.2 (edge) +### v0.10.2 (November 1st, 2011) +* BUGFIX: Delombok will no longer jumble up comments from different files when using -sourcepath option. [Issue #284](http://code.google.com/p/projectlombok/issues/detail?id=284) * BUGFIX: Turns out treating `@NotNull` as an annotation that indicates lombok should generate nullcheck guards causes all sorts of problems. This has been removed again, and documentation has been updated to reflect this. [Issue #287](http://code.google.com/p/projectlombok/issues/detail?id=287) * BUGFIX: `@EqualsAndHashCode` or `@Data` did not work on non-static inner classes whose outer class has a type variable. It does now. [Issue #289](http://code.google.com/p/projectlombok/issues/detail?id=289) -- cgit