diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-10-25 15:04:08 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-10-25 15:04:08 +0200 |
commit | 7f7d1eed36f605cc7ca0e7af81ea9caf895e7b73 (patch) | |
tree | aa6ae300fc09bca82c461ea832c86a9b8e8b9f5e /doc | |
parent | 782daa49979c35cd93139b3cfbc98eafe346f790 (diff) | |
download | lombok-7f7d1eed36f605cc7ca0e7af81ea9caf895e7b73.tar.gz lombok-7f7d1eed36f605cc7ca0e7af81ea9caf895e7b73.tar.bz2 lombok-7f7d1eed36f605cc7ca0e7af81ea9caf895e7b73.zip |
Updated changelog with fix for 287
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 9bdfd96a..e48f5a06 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,10 @@ Lombok Changelog ---------------- -### v0.10.1 (edge) + +### v0.10.2 (edge) +* 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) + +### v0.10.1 (October 3rd, 2011) * BUGFIX: `@Delegate` in eclipse could cause memory leaks in 0.10.0. [Issue #264](http://code.google.com/p/projectlombok/issues/detail?id=264) * BUGFIX: Annotations on enum values were being deleted by delombok. [Issue #269](http://code.google.com/p/projectlombok/issues/detail?id=269) * BUGFIX: `@AllArgsConstructor` was erroneously generating a parameter and an assignment for final variables already assigned in their declaration. [Issue #278](http://code.google.com/p/projectlombok/issues/detail?id=278) |