diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-01-19 00:42:15 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-01-19 00:44:48 +0100 |
commit | 0774cf929ca3746db650563b74bebeab11af19fa (patch) | |
tree | e6df832bf593a9bfe56375cca7ea890ca9722f2d /doc | |
parent | acea9efcff67c7a0bdb85175b84e75a9dad172b8 (diff) | |
download | lombok-0774cf929ca3746db650563b74bebeab11af19fa.tar.gz lombok-0774cf929ca3746db650563b74bebeab11af19fa.tar.bz2 lombok-0774cf929ca3746db650563b74bebeab11af19fa.zip |
updated documentation to reflect ability of putting delegate on methods.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 7db9be55..baadbb9f 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,6 +2,7 @@ Lombok Changelog ---------------- ### v0.10.7 (edge) +* FEATURE: `@Delegate` can now be used on a no-argument method, which works similarly to adding it to fields. See [documentation](http://projectlombok.org/features/Delegate.html). * REGRESSION: Eclipse save action *Add final modifier to private fields* again adds final keyword to `@Setter` fields, caused by fix to [issue #325](http://code.google.com/p/projectlombok/issues/detail?id=325). Reopened [Issue #263](http://code.google.com/p/projectlombok/issues/detail?id=263) * 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 annotations to generate methods or fields. [Issue #265](http://code.google.com/p/projectlombok/issues/detail?id=265) |