aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2012-01-09 21:16:20 +0100
committerRoel Spilker <r.spilker@gmail.com>2012-01-09 21:16:20 +0100
commitd332b22fa9e2da502d3230c2f44191d42cf90522 (patch)
treef6a6d5c8d0959d8ef9d48ee783534ae6d88e378d /doc/changelog.markdown
parentf32dafed68c5caab5fe2502f0fec0543e2c53eb8 (diff)
downloadlombok-d332b22fa9e2da502d3230c2f44191d42cf90522.tar.gz
lombok-d332b22fa9e2da502d3230c2f44191d42cf90522.tar.bz2
lombok-d332b22fa9e2da502d3230c2f44191d42cf90522.zip
Updated changelog
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 4b9f8ed5..a0e6d0a6 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,7 +2,9 @@ Lombok Changelog
----------------
### v0.10.7 (edge)
-* BUGFIX: 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)
+* 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)
### 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)