aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2010-11-07 15:26:07 +0100
committerRoel Spilker <r.spilker@gmail.com>2010-11-07 15:26:07 +0100
commit75e8c4f6a03b14102705f92b45a02c01f8bf8946 (patch)
tree16838dcbecb22e9eb617a336a50ba43943424029 /doc/changelog.markdown
parent2097dd87310026733a4f48c47bb31a59996f5d83 (diff)
downloadlombok-75e8c4f6a03b14102705f92b45a02c01f8bf8946.tar.gz
lombok-75e8c4f6a03b14102705f92b45a02c01f8bf8946.tar.bz2
lombok-75e8c4f6a03b14102705f92b45a02c01f8bf8946.zip
Updated changelog
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 878c0bab..43a1eb9d 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -8,6 +8,7 @@ Lombok Changelog
* BUGFIX: `@Setter` and `@Getter` can now be applied to static fields again (was broken in v0.9.3 only). [Issue #136](http://code.google.com/p/projectlombok/issues/detail?id=136)
* BUGFIX: delombok added type parameters to constructors that mirror the type's own type parameters. This resulted in delombok turning any generated constructor that takes at least 1 parameter of type 'T' into something that didn't compile, and to boot, a confusing error message ('T is not compatible with T'). This is now fixed. [Issue #140](http://code.google.com/p/projectlombok/issues/detail?id=140)
* BUGFIX: Add null check for `@Cleanup` [Issue #154](http://code.google.com/p/projectlombok/issues/detail?id=154)
+* BUGFIX: The Eclipse source generator would place the generated code outside the class [Issue #154](http://code.google.com/p/projectlombok/issues/detail?id=155)
### v0.9.3 "Burrowing Whale" (July 25th, 2010)
* FEATURE: Adding `@Getter` or `@Setter` to a class is now legal and is like adding those annotations to every non-static field in it. [Issue #129](http://code.google.com/p/projectlombok/issues/detail?id=129)