aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorRobbert Jan Grootjans <grootjans@gmail.com>2012-03-05 21:12:39 +0100
committerRobbert Jan Grootjans <grootjans@gmail.com>2012-03-05 21:12:39 +0100
commitd39623693b779634ea8b25cdc9792bc1ca3c880e (patch)
treed2365f9d463b6a302854baae3738f745238b2938 /doc/changelog.markdown
parentf1e679471d5dfadcd983476bda0bca61c86dc71c (diff)
parent1ac79bf86b3a11f34ad7f154f1062541052b114d (diff)
downloadlombok-d39623693b779634ea8b25cdc9792bc1ca3c880e.tar.gz
lombok-d39623693b779634ea8b25cdc9792bc1ca3c880e.tar.bz2
lombok-d39623693b779634ea8b25cdc9792bc1ca3c880e.zip
Merge branch 'master' of github.com:rzwitserloot/lombok
Conflicts: doc/changelog.markdown
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 a92c19a4..5d32c204 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -7,6 +7,7 @@ Lombok Changelog
* 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)
+* BUGFIX: @Delegate would not generate @Deprecated on methods marked deprecated in javadoc [Issue #348](http://code.google.com/p/projectlombok/issues/detail?id=348)
* BUGFIX: PrettyCommentsPrinter now prints default clause of annotation methods. Fixes [Issue #350](http://code.google.com/p/projectlombok/issues/detail?id=350)
### v0.10.8 (January 19th, 2012)