aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2012-10-22 09:48:11 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2012-10-22 09:49:19 +0200
commitbde859c8532ae9cc99e1080fd9d27a945b1f68de (patch)
tree81d533c929e020d30eed7288d3a29d8d62e47fde /doc/changelog.markdown
parenta295c4fc12247eedfe5747b547d8ac7079f33533 (diff)
downloadlombok-bde859c8532ae9cc99e1080fd9d27a945b1f68de.tar.gz
lombok-bde859c8532ae9cc99e1080fd9d27a945b1f68de.tar.bz2
lombok-bde859c8532ae9cc99e1080fd9d27a945b1f68de.zip
Fixes issue 422: VerifyError when running delombok in a javac7 environment.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index f042f69f..0db4d9bf 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -3,6 +3,7 @@ Lombok Changelog
### v0.11.5 (Edgy Guinea Pig)
* FEATURE: Lombok can be disabled entirely for any given compile run by using JVM switch `-Dlombok.disable`. This might be useful for code style checkers and such.
+* BUGFIX: {Delombok} Running delombok has been causing VerifyError errors when used with javac 1.7 since 0.11.0.
### v0.11.4 (August 13th, 2012)
* FEATURE: {Experimental} `@Value`, `@Wither` and `@FieldDefaults` are now available. These are a lot like `@Data` but geared towards immutable classes. [Documentation on @Value](http://projectlombok.org/features/experimental/Value.html), [Documentation on @Wither](http://projectlombok.org/features/experimental/Wither.html) and [Documentation on @FieldDefaults](http://projectlombok.org/features/experimental/FieldDefaults.html).