From a4ad76424f902d28a96195959f2960494661dc40 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 5 Dec 2016 23:50:09 +0100 Subject: pre-release version bump. --- doc/changelog.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/changelog.markdown') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 149c14c1..ffac75e6 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -1,8 +1,7 @@ Lombok Changelog ---------------- -### v1.16.11 "Edgy Guinea Pig" -* v1.16.10 is the latest release +### v1.16.12 (December 5th, 2016) * FEATURE: `var` is the mutable sister of `val`. For now experimental, and opt-in using `ALLOW` in the flagUsage configuration key. Thanks for the contribution, Bulgakov Alexander. * CHANGE: `@Value` and `@FieldDefaults` no longer touch static fields [Issue #1254](https://github.com/rzwitserloot/lombok/issues/1254) * BUGFIX: `val` in lambda expressions now work as expected [Issue #911](https://github.com/rzwitserloot/lombok/issues/911) -- cgit