diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-12-15 13:09:18 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-12-15 13:09:18 +0100 |
commit | e7020a0da0968d494a6ffc075abebc00221f4d38 (patch) | |
tree | bd9d244bcf7c4baaa9de2a4cafdc82cc2ce9604e | |
parent | 306a9efef536b431f43dd46a0d48f6f687295f20 (diff) | |
download | lombok-e7020a0da0968d494a6ffc075abebc00221f4d38.tar.gz lombok-e7020a0da0968d494a6ffc075abebc00221f4d38.tar.bz2 lombok-e7020a0da0968d494a6ffc075abebc00221f4d38.zip |
Added changelog entry for previous commit (fixing #242 - memory leaks in netbeans)
-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 04917001..74930b33 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,6 +2,7 @@ Lombok Changelog ---------------- ### v0.10.5 (EDGE) +* BUGFIX: Performance issues (memory leaks) when using lombok in netbeans, introduced in 0.10, have been fixed. [Issue #242](http://code.google.com/p/projectlombok/issues/detail?id=242) * BUGFIX: Eclipse quickfix "Add unimplemented methods" would sometimes insert the new method stubs in strange places, especially if `@Data` was present. [Issue #51](http://code.google.com/p/projectlombok/issues/detail?id=51) * BUGFIX: Using save action 'Use this qualifier for field accesses, only if necessary' did not work together with `@Data` in certain cases. [Issue #301](http://code.google.com/p/projectlombok/issues/detail?id=301) |