aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2013-12-03 21:27:04 +0100
committerRoel Spilker <r.spilker@gmail.com>2013-12-03 21:27:04 +0100
commit083817732242cce815b9d78659e68520abdb5021 (patch)
treec4d134133dddac3b0f8b0fbc327e50cd9f388029 /doc
parent78b2d6919e35887940f9f11b6ae1731245739b83 (diff)
downloadlombok-083817732242cce815b9d78659e68520abdb5021.tar.gz
lombok-083817732242cce815b9d78659e68520abdb5021.tar.bz2
lombok-083817732242cce815b9d78659e68520abdb5021.zip
Fix for Issue #591: v1.12.2 doesn't well with netbeans.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 0a1adbc1..ad3bd15b 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -2,7 +2,8 @@ Lombok Changelog
----------------
### v1.12.3 "Edgy Guinea Pig"
-* BUG: v1.12.2's delombok turns all operator+assignments into just assignment. Fixed. [Issue #598](https://code.google.com/p/projectlombok/issues/detail?id=598)
+* BUGFIX: v1.12.2's delombok turns all operator+assignments into just assignment. Fixed. [Issue #598](https://code.google.com/p/projectlombok/issues/detail?id=598)
+* BUGFIX: {Netbeans} v1.12.2 doesn't well with netbeans. [Issue #591](https://code.google.com/p/projectlombok/issues/detail?id=591)
### v1.12.2 (October 10th, 2013)
* PLATFORM: Initial JDK8 support, without affecting existing support for JDK6 and 7. [Issue #451](https://code.google.com/p/projectlombok/issues/detail?id=451). While lombok will now work on JDK8 / javac8, and netbeans 7.4 and up, lombok does not (yet) support new language features introduced with java8, such as lambda expressions. Support for these features will be added in a future version.