diff options
author | Roel Spilker <r.spilker@gmail.com> | 2012-03-27 00:04:49 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2012-03-27 00:04:49 +0200 |
commit | a264677ffcbd929acef5f6fde4915f4c3117b052 (patch) | |
tree | dd37352a878fb7d2e5693cbb4c0254db92219f0f | |
parent | dbe96eb74a8b0304bafcc72ae9a952e722d32912 (diff) | |
download | lombok-a264677ffcbd929acef5f6fde4915f4c3117b052.tar.gz lombok-a264677ffcbd929acef5f6fde4915f4c3117b052.tar.bz2 lombok-a264677ffcbd929acef5f6fde4915f4c3117b052.zip |
Updated changelog: issue 326
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 2e8979aa..f06cd563 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,6 +3,7 @@ Lombok Changelog ### v0.10.9 (edge) * FEATURE: The combination of `@Delegate` and `@Getter` or `@Data` will now delegate to the result of a generated getter. [Issue #328](http://code.google.com/p/projectlombok/issues/detail?id=328) +* BUGFIX: In NetBeans the generated default constructor would still be generated even if Lombok also generated constructors. [Issue #326](http://code.google.com/p/projectlombok/issues/detail?id=326) * BUGFIX: Some classes that contain @SneakyThrows would not compile (throw ClassFormatError). [Issue 339](http://code.google.com/p/projectlombok/issues/detail?id=339) * BUGFIX: delombok: When `@Delegate` would generate a method with type parameters of the type `T extends package.Class`, a dot would be prepended to the type name. [Issue #341](http://code.google.com/p/projectlombok/issues/detail?id=341) * BUGFIX: @Getter and @Setter now generate deprecated methods for deprecated fields. Fixes [Issue #342](http://code.google.com/p/projectlombok/issues/detail?id=342) |