diff options
author | Adam Juraszek <Adam.Juraszek@ataccama.com> | 2019-05-22 18:36:42 +0200 |
---|---|---|
committer | Adam Juraszek <Adam.Juraszek@ataccama.com> | 2019-05-22 18:36:42 +0200 |
commit | 06004b933b6afaa58ca753c4c33e8a977f91e294 (patch) | |
tree | 3b6ec0d02aa3f632b92d5eef1d428f14fc15aa82 /doc | |
parent | 7fe489686716e72983d2c3586c7e2e1e07200ba7 (diff) | |
download | lombok-06004b933b6afaa58ca753c4c33e8a977f91e294.tar.gz lombok-06004b933b6afaa58ca753c4c33e8a977f91e294.tar.bz2 lombok-06004b933b6afaa58ca753c4c33e8a977f91e294.zip |
Fixes for CustomLog, AUTHORS entry, extended changlog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index a1bbd8ab..9163b305 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,6 +3,7 @@ Lombok Changelog ### v1.18.9 "Edgy Guinea Pig" * FEATURE: You can now configure a custom logger framework using the new `@CustomLog` annotation in combination with the `lombok.log.custom.declaration` configuration key. See the [log documentation](https://projectlombok.org/features/Log) for more information. [Pullrequest #2086](https://github.com/rzwitserloot/lombok/pull/2086) with thanks to Adam Juraszek. +* IMPROBABLE BREAKING CHANGE: Stricter validation of configuration keys dealing with identifiers and types (`lombok.log.fieldName`, `lombok.fieldNameConstants.innerTypeName`, `lombok.copyableAnnotations`). ### v1.18.8 (May 7th, 2019) * FEATURE: You can now configure `@FieldNameConstants` to `CONSTANT_CASE` the generated constants, using a `lombok.config` option. See the [FieldNameConstants documentation](https://projectlombok.org/features/experimental/FieldNameConstants). [Issue #2092](https://github.com/rzwitserloot/lombok/issues/2092). |