aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2015-09-24 00:28:57 +0200
committerRoel Spilker <r.spilker@gmail.com>2015-09-24 00:28:57 +0200
commit9fbc226e090b1ca1efef5e10fd1bd13c4a686cfd (patch)
treec6e2740f8fae81b97629e649459fd7f89deb6863 /doc
parent1bc73d770345f480cee9718618e936dd68499e23 (diff)
downloadlombok-9fbc226e090b1ca1efef5e10fd1bd13c4a686cfd.tar.gz
lombok-9fbc226e090b1ca1efef5e10fd1bd13c4a686cfd.tar.bz2
lombok-9fbc226e090b1ca1efef5e10fd1bd13c4a686cfd.zip
[Closes #928] `@Value` no longer makes uninitialized static fields final
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown2
1 files changed, 1 insertions, 1 deletions
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).