diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-21 14:29:41 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-21 14:29:41 +0100 |
commit | 69fe8e049c078c297367b275acfe2d1b4191028d (patch) | |
tree | 100d832ee17c1193a4cb0af8f7b6e153792972a2 /doc | |
parent | abddcc412e7299cc79475a08ac54af5d787c9eb5 (diff) | |
download | lombok-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')
-rw-r--r-- | doc/changelog.markdown | 2 | ||||
-rw-r--r-- | doc/publishing.txt | 2 |
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. |