aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2014-01-15 22:11:13 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2014-01-15 22:11:13 +0100
commit6363cac07d849e9e4619a2419ac802171e3a525a (patch)
tree5d8bcd929c5a17c64eae8e20f7024c79c286e78c /doc/changelog.markdown
parent68e7a11f500970aac1589193116b6f06791d8167 (diff)
downloadlombok-6363cac07d849e9e4619a2419ac802171e3a525a.tar.gz
lombok-6363cac07d849e9e4619a2419ac802171e3a525a.tar.bz2
lombok-6363cac07d849e9e4619a2419ac802171e3a525a.zip
pre-release version bump
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index e681056a..83971f25 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,7 +1,7 @@
Lombok Changelog
----------------
-### v1.12.3 "Edgy Guinea Pig"
+### v1.12.4 (January 15th, 2014)
* 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)
* ENHANCEMENT: Delombok now supports varied options for how it formats the resulting source files. This includes scanning the source for things like the preferred indent. Use option `--format-help` for more information. [Issue #608](http://code.google.com/p/projectlombok/issues/detail?id=608)