diff options
author | Roel Spilker <r.spilker@gmail.com> | 2011-11-01 00:19:13 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2011-11-01 00:19:13 +0100 |
commit | 58f0117d207d3c915f063b3f87a5c9bee5bb6dca (patch) | |
tree | 02c9791d8341c53340ad2e428c8bdf31956826fa /doc | |
parent | a9f334fde93a0b07820962bff0b602ef0be731cf (diff) | |
download | lombok-58f0117d207d3c915f063b3f87a5c9bee5bb6dca.tar.gz lombok-58f0117d207d3c915f063b3f87a5c9bee5bb6dca.tar.bz2 lombok-58f0117d207d3c915f063b3f87a5c9bee5bb6dca.zip |
Added fixing of delombok sourcepath issue to changelog and preparing for 0.10.2 release.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
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) |