aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2012-01-02 20:30:48 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2012-01-02 20:30:48 +0100
commit7d0b13024de36cf5a7d9222e8d6f9acf8ca9b04d (patch)
tree1748ae75998d5210a54b3e2b2fdb4628e6282ba2 /doc/changelog.markdown
parent5ac90442241ed586c7a0b3e0d455856202e6e81c (diff)
downloadlombok-7d0b13024de36cf5a7d9222e8d6f9acf8ca9b04d.tar.gz
lombok-7d0b13024de36cf5a7d9222e8d6f9acf8ca9b04d.tar.bz2
lombok-7d0b13024de36cf5a7d9222e8d6f9acf8ca9b04d.zip
Fixed issue #320: since 0.10.6, lombok didn't work anymore in ecj (ClassNotFoundError).
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index cc406e86..4b9f8ed5 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,6 +1,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)
+
### 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)
* 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)