aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-06-04 22:18:54 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-06-04 22:18:54 +0200
commit370705e7e154309a6678b83322e243b7a32e2575 (patch)
treedcc86f9d9bb15ea45a5803576ed44b5777a3dc78 /doc/changelog.markdown
parent974e80e1deccd1be78ad9ce2c68d464baee3fb6c (diff)
downloadlombok-370705e7e154309a6678b83322e243b7a32e2575.tar.gz
lombok-370705e7e154309a6678b83322e243b7a32e2575.tar.bz2
lombok-370705e7e154309a6678b83322e243b7a32e2575.zip
Fixex #1697: google’s FluentLogger (Flogger) now available as one of lombok’s log annotations.
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 312c1f4f..e54ab2e4 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -5,6 +5,7 @@ Lombok Changelog
* v1.16.22 is the latest stable release of Project Lombok.
* BUGFIX: Using boolean parameters in lombok annotations would fail. [Issue #1709](https://github.com/rzwitserloot/lombok/issues/1709)
* BUGFIX: Delombok would give an error message. [Issue #1705](https://github.com/rzwitserloot/lombok/issues/1705)
+* FEATURE: Google's [Flogger (a.k.a. FluentLogger)](https://google.github.io/flogger/) is now available via `@Flogger`. [Issue #1697](https://github.com/rzwitserloot/lombok/issues/1697)
### v1.16.22 "Envious Ferret" (May 29th, 2018)
* FEATURE: Private no-args constructor for `@Data` and `@Value` to enable deserialization frameworks (like Jackson) to operate out-of-the-box. Use `lombok.noArgsConstructor.extraPrivate = false` to disable this behavior.