diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-10-27 22:34:49 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-10-27 22:34:49 +0100 |
commit | 83b7e77b0cce6cd5993b17f36164271accdd281c (patch) | |
tree | 6355402fb900ff1c6cb2a2bbbebcf04e9cf4da26 | |
parent | 5cdb0757d39d100c76bbca63734fb83b4cb13753 (diff) | |
download | lombok-83b7e77b0cce6cd5993b17f36164271accdd281c.tar.gz lombok-83b7e77b0cce6cd5993b17f36164271accdd281c.tar.bz2 lombok-83b7e77b0cce6cd5993b17f36164271accdd281c.zip |
changelog for bugfix for 598 from previous commit
-rw-r--r-- | doc/changelog.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 1ee3504c..0a1adbc1 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,9 @@ 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) + ### 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. * PLATFORM: Running javac on IBM J9 VM would cause NullPointerExceptions when compiling with lombok. These issues should be fixed. [Issue #554](https://code.google.com/p/projectlombok/issues/detail?id=554). |