aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2017-01-06 01:05:16 +0100
committerRoel Spilker <r.spilker@gmail.com>2017-01-06 01:05:16 +0100
commit9e4292dae4ab63439315b3a4015085fe4913170e (patch)
treeab1bf4fa3109d333e81db6395474a7372a8963b8 /doc/changelog.markdown
parentd1ee4d5809663098de525bb096145bbc367c2831 (diff)
downloadlombok-9e4292dae4ab63439315b3a4015085fe4913170e.tar.gz
lombok-9e4292dae4ab63439315b3a4015085fe4913170e.tar.bz2
lombok-9e4292dae4ab63439315b3a4015085fe4913170e.zip
add `@lombok.Generated` to generated classes, methods and fields
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index d5aa7ba1..47fdda9a 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -3,6 +3,7 @@ Lombok Changelog
### v1.16.13 "Edgy Guinea Pig"
* v1.16.12 is the latest stable release of Project Lombok.
+* FEATURE: Generated classes, methods and fields are now also annotated with `@lombok.Generated`[Issue #1014](https://github.com/rzwitserloot/lombok/issues/1014)
### 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.