aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorSander Koning <askoning@gmail.com>2012-02-27 21:57:35 +0100
committerSander Koning <askoning@gmail.com>2012-02-27 21:57:35 +0100
commit7988f17c28fb8f6a6f99a612f85ee804bed38dfe (patch)
treec543a2147abf91370a4f4077e677c1ea0673d242 /doc/changelog.markdown
parent786a6ffd234de977728250b6aa47a4be0b76a491 (diff)
downloadlombok-7988f17c28fb8f6a6f99a612f85ee804bed38dfe.tar.gz
lombok-7988f17c28fb8f6a6f99a612f85ee804bed38dfe.tar.bz2
lombok-7988f17c28fb8f6a6f99a612f85ee804bed38dfe.zip
Update changelog
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index e65ec79b..9499638b 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -3,8 +3,9 @@ Lombok Changelog
### v0.10.9 (edge)
* FEATURE: The combination of `@Delegate` and `@Getter` or `@Data` will now delegate to the result of a generated getter. [Issue #328](http://code.google.com/p/projectlombok/issues/detail?id=328)
-* BUGFIX: `@Getter(lazy=true)` where the variable type is a primitive and the initializing expression is of a different primitive type that would type coerce implicitly, i.e. ints can be assigned to longs without a cast, didn't work before. [Issue #345](http://code.google.com/p/projectlombok/issues/detail?id=345)
+* BUGFIX: When `@Delegate` would generate a method with type parameters of the type `T extends package.Class`, a dot would be prepended to the type name. [Issue #341](http://code.google.com/p/projectlombok/issues/detail?id=341)
* BUGFIX: Using `val` with a type like `Outer<TypeArgs>.Inner` now works. [Issue #343](http://code.google.com/p/projectlombok/issues/detail?id=343)
+* BUGFIX: `@Getter(lazy=true)` where the variable type is a primitive and the initializing expression is of a different primitive type that would type coerce implicitly, i.e. ints can be assigned to longs without a cast, didn't work before. [Issue #345](http://code.google.com/p/projectlombok/issues/detail?id=345)
* BUGFIX: `val` is no longer legal inside basic for loops (the old kind, not the foreach kind). These variables should rarely be final, and in practice it wasn't possible to delombok this code properly. [Issue #346](http://code.google.com/p/projectlombok/issues/detail?id=346)
### v0.10.8 (January 19th, 2012)
@@ -156,4 +157,4 @@ annotation is copied to the setter's parameter, and the getter's method.
### v0.8
* Initial release before announcements
-* (note: There are a few different editions of lombok out there, all tagged with v0.8.) \ No newline at end of file
+* (note: There are a few different editions of lombok out there, all tagged with v0.8.)