From 95303949cabadaa8742e21c43e646b0f00b0b6ae Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 10 Feb 2015 23:05:23 +0100 Subject: [version] post-release version bump --- doc/changelog.markdown | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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. -- cgit