diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-02-10 23:05:23 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-02-10 23:05:23 +0100 |
commit | 95303949cabadaa8742e21c43e646b0f00b0b6ae (patch) | |
tree | 8cbbd38224bcbb5a6e00f856f85746a07918c425 /doc/changelog.markdown | |
parent | 3812bca3578fbf25ef86c2a5b19de8f55d36b748 (diff) | |
download | lombok-95303949cabadaa8742e21c43e646b0f00b0b6ae.tar.gz lombok-95303949cabadaa8742e21c43e646b0f00b0b6ae.tar.bz2 lombok-95303949cabadaa8742e21c43e646b0f00b0b6ae.zip |
[version] post-release version bump
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index ed23657c..9ceb3010 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,6 +1,8 @@ Lombok Changelog ---------------- +### v1.16.3 "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. |