aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-01-06 01:24:25 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-01-06 01:24:25 +0100
commit20b5a1204a6763af32d332f53fc4445c8dc4a4f7 (patch)
tree8715d5709fa2f5ed345363346e66ad278d948447 /doc/changelog.markdown
parent455f892c880ac710b5d5cac95110d62d78e6035e (diff)
downloadlombok-20b5a1204a6763af32d332f53fc4445c8dc4a4f7.tar.gz
lombok-20b5a1204a6763af32d332f53fc4445c8dc4a4f7.tar.bz2
lombok-20b5a1204a6763af32d332f53fc4445c8dc4a4f7.zip
[trivial] forgot a space in the changelog. It looked ugly.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 47fdda9a..0c731776 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -3,7 +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)
+* 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.