From 9fbc226e090b1ca1efef5e10fd1bd13c4a686cfd Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Thu, 24 Sep 2015 00:28:57 +0200 Subject: [Closes #928] `@Value` no longer makes uninitialized static fields final --- doc/changelog.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index a775e0c6..0746459e 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -2,7 +2,7 @@ Lombok Changelog ---------------- ### v1.16.7 "Edgy Guinea Pig" -* New edge +* BUGFIX: `@Value` and `@FieldDefaults` no longer make uninitialized static fields final. [Issue #928](https://github.com/rzwitserloot/lombok/issues/928). ### v1.16.6 (August 18th, 2015) * FEATURE: `@Helper` can be placed on method-local inner classes to make all methods in the class accessible to the rest of the method. [Full documentation](https://projectlombok.org/features/experimental/Helper.html). -- cgit