diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-01-19 02:39:08 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-01-19 02:39:08 +0100 |
commit | 44e6ff4afc328b83b1fe17b1ae9ac9361fda7d9d (patch) | |
tree | f3ede29a5c3fc0b1a8e08a7d7ff3408e7285b000 /doc/changelog.markdown | |
parent | a8c6743681b9a86e2e0e572c79e8a9a61bbaebcc (diff) | |
download | lombok-44e6ff4afc328b83b1fe17b1ae9ac9361fda7d9d.tar.gz lombok-44e6ff4afc328b83b1fe17b1ae9ac9361fda7d9d.tar.bz2 lombok-44e6ff4afc328b83b1fe17b1ae9ac9361fda7d9d.zip |
prerelease bump to 0.10.8
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index cad36efa..649206d4 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,7 +1,7 @@ Lombok Changelog ---------------- -### v0.10.7 (edge) +### v0.10.8 (January 19th, 2012) * 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). * 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) |