diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-02-10 23:01:17 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-02-10 23:01:17 +0100 |
commit | 3812bca3578fbf25ef86c2a5b19de8f55d36b748 (patch) | |
tree | 43f1ff54ac02e1e9d81be65d84adb2edc0b74d31 /doc | |
parent | 32edc18b0e1509842ca52f3ca5b6fb4344b2b14e (diff) | |
download | lombok-3812bca3578fbf25ef86c2a5b19de8f55d36b748.tar.gz lombok-3812bca3578fbf25ef86c2a5b19de8f55d36b748.tar.bz2 lombok-3812bca3578fbf25ef86c2a5b19de8f55d36b748.zip |
[version] pre-release version bump
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index b23f6ece..ed23657c 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,7 +1,7 @@ Lombok Changelog ---------------- -### v1.16.1 "Edgy Guinea Pig" +### v1.16.2 (February 10th, 2015) * FEATURE: The config key `lombok.extern.findbugs.addSuppressFBWarnings` can now be used to add findbugs suppress warnings annotations to all code lombok generates. This addresses feature request [Issue #702](https://code.google.com/p/projectlombok/issues/detail?id=702). * FEATURE: New lombok annotation: `@UtilityClass`, for making utility classes (not instantiable, contains only static 'function' methods). See the [feature documentation](http://projectlombok.org/features/experimental/UtilityClass.html) for more information. * BUGFIX: The ant `delombok` task was broken starting with v1.16.0. Note that the task def class has been changed; taskdef `lombok.delombok.ant.Tasks$Delombok` instead of the old `lombok.delombok.ant.DelombokTask`. [Issue #775](https://code.google.com/p/projectlombok/issues/detail?id=775). |