aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-09-11 00:36:07 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-09-11 00:36:07 +0200
commit8c32769f18361ed626ebd06962d924c288950d26 (patch)
tree19a580cfc915f9c24335fb28a543a50ff4f35eeb /doc/changelog.markdown
parent88d5d7d38d4069213cfc15fe0b3ce3479b4888eb (diff)
downloadlombok-8c32769f18361ed626ebd06962d924c288950d26.tar.gz
lombok-8c32769f18361ed626ebd06962d924c288950d26.tar.bz2
lombok-8c32769f18361ed626ebd06962d924c288950d26.zip
post-release version bump
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r--doc/changelog.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index e0b4bd80..818ced1a 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -1,6 +1,9 @@
Lombok Changelog
----------------
+### v1.18.9 "Edgy Guinea Pig"
+* No changes yet.
+
### v1.18.10 (September 10th, 2019)
* PROMOTION: `@Wither` has been promoted to the main package, renamed to `@With`. Otherwise, no changes have been made to the annotation. The old experimental annotation will remain for a few versions as a deprecated annotation. If you had `lombok.config` configuration for this annotation, the configuration keys for this feature have been renamed.
* 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.