diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-07-09 00:43:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-09 00:43:28 +0200 |
commit | 5ad6796b182c8071fe747493ed2f9ad2443dc212 (patch) | |
tree | 41c9e1a65c990bac926ed029cc43966a91037cd9 /doc/changelog.markdown | |
parent | 7fe489686716e72983d2c3586c7e2e1e07200ba7 (diff) | |
parent | 2a98c4d1fd80ff0b3181da4fe8d5f3f32f168644 (diff) | |
download | lombok-5ad6796b182c8071fe747493ed2f9ad2443dc212.tar.gz lombok-5ad6796b182c8071fe747493ed2f9ad2443dc212.tar.bz2 lombok-5ad6796b182c8071fe747493ed2f9ad2443dc212.zip |
Merge pull request #2136 from ataccama/customlog
Fixes for CustomLog, AUTHORS entry, extended changlog
Diffstat (limited to 'doc/changelog.markdown')
-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). |