aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-11-13 04:44:04 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-11-13 04:44:40 +0100
commite1f82ac4d132769cfc272dccfc916aeba7181718 (patch)
tree5058c4e9d41b273aca5d6c357d64bad0666f5219 /doc
parentf51be158c7642ad24efab7417b8894588fb5cfe8 (diff)
downloadlombok-e1f82ac4d132769cfc272dccfc916aeba7181718.tar.gz
lombok-e1f82ac4d132769cfc272dccfc916aeba7181718.tar.bz2
lombok-e1f82ac4d132769cfc272dccfc916aeba7181718.zip
[#2645] Fixing the reading of lombok.config on sbt 1.4+
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown
index 79407289..94996503 100644
--- a/doc/changelog.markdown
+++ b/doc/changelog.markdown
@@ -3,7 +3,8 @@ Lombok Changelog
### v1.18.17 "Edgy Guinea Pig"
* BUGFIX: Netbeans would not work with 1.18.16 anymore. [Issue #2612](https://github.com/rzwitserloot/lombok/issues/2612)
-* (potential) BUGFIX: Using lombok with Maven Tycho now works. With assistance from [Rabea Gransberger](https://github.com/rgra). [Issue #285](https://github.com/rzwitserloot/lombok/issues/285)
+* PLATFORM: using `lombok.config` files when compiling with sbt 1.4 now works again. [Issue #2645](https://github.com/rzwitserloot/lombok/issues/2645)
+* (potential) BUGFIX: Using lombok with Maven Tycho now works. With assistance from [Rabea Gransberger](https://github.com/rgra). [Issue #285](https://github.com/rzwitserloot/lombok/issues/285) __UPDATE: This doesn't quite work yet, still investigating.__
### v1.18.16 (October 15th, 2020)
* BUGFIX: Version 1.18.14 could not be installed in Eclipse, it would break Eclipse.