diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-12-11 22:00:12 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-12-11 22:40:48 +0100 |
commit | a19b99cba2fdee4495bafce558a28af49e8e36f0 (patch) | |
tree | 73f77fdae6f5e1ba3407157fec1273f51e5532b6 /doc | |
parent | 9ac86c8a234f2ecd280f27f0dbda15440b1bf155 (diff) | |
download | lombok-a19b99cba2fdee4495bafce558a28af49e8e36f0.tar.gz lombok-a19b99cba2fdee4495bafce558a28af49e8e36f0.tar.bz2 lombok-a19b99cba2fdee4495bafce558a28af49e8e36f0.zip |
Added complete support for delombok's 'pretty' format options; covering all of the issue #608.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index ad3bd15b..de6abef4 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -4,6 +4,7 @@ Lombok Changelog ### v1.12.3 "Edgy Guinea Pig" * 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) ### 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. |