aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2012-10-23 11:22:21 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2012-10-23 11:22:21 +0200
commit7d78e451289533506dbdd582b532a72035a623df (patch)
tree538d62fe36566496fe77e15dece8b6a53dbb6b83 /doc
parent614d490ea1477079ade277a95eb0cce123526842 (diff)
downloadlombok-7d78e451289533506dbdd582b532a72035a623df.tar.gz
lombok-7d78e451289533506dbdd582b532a72035a623df.tar.bz2
lombok-7d78e451289533506dbdd582b532a72035a623df.zip
added previous fix to changelog.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 0db4d9bf..1212056f 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -4,6 +4,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.
+* BUGFIX: A conflict between lombok and certain eclipse plugins would result in NullPointerExceptions in the log when using @Delegate.
### 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).