diff options
author | Roel Spilker <r.spilker@gmail.com> | 2012-01-09 21:45:43 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2012-01-09 21:45:43 +0100 |
commit | 2ddf708b37f32e5c618927dd3e7dc8ac0e2e18d4 (patch) | |
tree | 09eee8b3889fbd711e35b43be8cd37a666d20b74 /doc/changelog.markdown | |
parent | 101adef99c670cd05951a1ef66c1530b4234c1ca (diff) | |
download | lombok-2ddf708b37f32e5c618927dd3e7dc8ac0e2e18d4.tar.gz lombok-2ddf708b37f32e5c618927dd3e7dc8ac0e2e18d4.tar.bz2 lombok-2ddf708b37f32e5c618927dd3e7dc8ac0e2e18d4.zip |
The line about lombok added to the about dialog wasn't working for all eclipse releases and ways to boot up eclipse. Now it does. Also added an item for this in the changelog.
Diffstat (limited to 'doc/changelog.markdown')
-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 a0e6d0a6..9a0856ee 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -5,6 +5,7 @@ Lombok Changelog * REGRESSION: 0.10.6 causes ClassNotFoundErrors when using ecj (and thus, play framework, gwt, etc). [Issue #320](http://code.google.com/p/projectlombok/issues/detail?id=320) * BUGFIX: Eclipse refactoring Extract Interface was broken when using lombok annotation to generate methods. [Issue #86](http://code.google.com/p/projectlombok/issues/detail?id=86) * BUGFIX: Eclipse action Sort Members was broken when using lombok annotation to generate methods or fields. [Issue #265](http://code.google.com/p/projectlombok/issues/detail?id=265) +* ENHANCEMENT: Lombok now adds a line to the Eclipse About dialog about itself. ### v0.10.6 (December 19th, 2011) * PERFORMANCE: 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) |