diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-11-28 19:48:39 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-11-28 19:48:39 +0100 |
commit | c502ec24bba580181631146fa5cdee16ffe9ceaf (patch) | |
tree | 244f4fa841347c1e1df173a1aebad27bec559475 /doc/changelog.markdown | |
parent | a5c7d134c168f6f9e9ab6203cb54b1030057c790 (diff) | |
download | lombok-c502ec24bba580181631146fa5cdee16ffe9ceaf.tar.gz lombok-c502ec24bba580181631146fa5cdee16ffe9ceaf.tar.bz2 lombok-c502ec24bba580181631146fa5cdee16ffe9ceaf.zip |
Added changelog notes for previous fixes, issues 51 and 301)
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 51c27bcb..04917001 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,10 @@ Lombok Changelog ---------------- +### v0.10.5 (EDGE) +* 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) + ### v0.10.4 (November 21st, 2011) * BUGFIX: Using the `log` field from `@Log`, etc, now works in static initializers. [Issue #295](http://code.google.com/p/projectlombok/issues/detail?id=295) * BUGFIX: Auto-formatting code containing lombok on eclipse, even via an auto-save action, now works. [Issue #90](http://code.google.com/p/projectlombok/issues/detail?id=90) |