aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-12-21 14:29:41 +0100
committerReinier Zwitserloot <reinier@tipit.to>2009-12-21 14:29:41 +0100
commit69fe8e049c078c297367b275acfe2d1b4191028d (patch)
tree100d832ee17c1193a4cb0af8f7b6e153792972a2 /doc/changelog.markdown
parentabddcc412e7299cc79475a08ac54af5d787c9eb5 (diff)
downloadlombok-69fe8e049c078c297367b275acfe2d1b4191028d.tar.gz
lombok-69fe8e049c078c297367b275acfe2d1b4191028d.tar.bz2
lombok-69fe8e049c078c297367b275acfe2d1b4191028d.zip
The latest on the master branch is from now on called 'EDGE' and not 'HEAD'.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 1c1f1304..de3f102f 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,7 +1,7 @@
Lombok Changelog
----------------
-### v0.9.3
+### v0.9.3 (edge)
* Eclipse: `@Data` and other annotations now don't throw errors when you include fields with bounded wildcard generics, such as `List<? extends Number>`. [Issue #84](http://code.google.com/p/projectlombok/issues/detail?id=84)
* plugins and `@SneakyThrows`: Resolving types in annotations now works better especially for classes that aren't in the core java libraries. [Issue #88](http://code.google.com/p/projectlombok/issues/detail?id=88)