From 6def033f13afe817fd862c05747d8eae32d5d547 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 4 Jun 2018 20:16:13 +0200 Subject: Remove delombok shorthand for onlyChanged, fixes #1705 --- doc/changelog.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/changelog.markdown') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 2d726d9c..e793d210 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,6 +3,7 @@ Lombok Changelog ### v1.16.23 "Edgy Guinea Pig" * v1.16.22 is the latest stable release of Project Lombok. +* BUGFIX: Delombok would give an error message. [Issue #1705](https://github.com/rzwitserloot/lombok/issues/1705) ### 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. -- cgit