From b25cbdb07e72c73c2f932ae9406d50f6e8707eca Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Thu, 7 Sep 2023 17:22:52 -0400 Subject: [PATCH] Add details about logging support (#59) Co-authored-by: Hannes Wellmann --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efc5936..e037c25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ The [Eclipse IDE New & Noteworthy](https://eclipseide.org/release/noteworthy/) p ## 2023-09 +- Packages now contain configuration and start levels for logging support. +This change applies the [recommendation](https://eclipse.dev/eclipse/news/4.28/platform.php#slf4j.api-version-2) from Eclipse Platform to support SLF4J version 2. +For implementation details refer to [EPP Issue #27](https://github.com/eclipse-packaging/packages/issues/27). - With the new Mylyn major version being released the list of features included in packages have been updated to their new names and IDs. ## 2023-06