From 7e895421b98c18434b51d30e1cc2c2cb3b81b3a3 Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Tue, 7 Feb 2023 15:19:24 -0800 Subject: [PATCH] Add a note about SLF4J into the changelog. --- solstice/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/solstice/CHANGELOG.md b/solstice/CHANGELOG.md index e5a8ab6a..3541a9e3 100644 --- a/solstice/CHANGELOG.md +++ b/solstice/CHANGELOG.md @@ -6,6 +6,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format. ### Added - Introduced `Capability` which takes OSGi `Provide-Capability`/`Require-Capability` into account. ([#71](https://github.com/equodev/equo-ide/pull/71)) - In particular, this means that we don't need to do any manual startup ordering anymore. + - Also reverted from SLF4J 2.x to 1.x because 2.x uses fancy parts of the capability system that nothing else in Eclipse seems to use. ### Fixed - No more errors on filesystems which don't support atomic move ([#73](https://github.com/equodev/equo-ide/pull/73))