aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown2
-rw-r--r--doc/publishing.txt2
2 files changed, 2 insertions, 2 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)
diff --git a/doc/publishing.txt b/doc/publishing.txt
index 6a61b73a..01a2c294 100644
--- a/doc/publishing.txt
+++ b/doc/publishing.txt
@@ -10,4 +10,4 @@ Step #4: git push && git push --tags
Step #5: ant publish-all
-Step #6: Change src/core/lombok/core/Version.java to "0.8.2-HEAD", and commit this.
+Step #6: Change src/core/lombok/core/Version.java to "0.8.2-EDGE", and commit this.