diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html index 0582a37b1..ae2a0d67c 100755 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -36,20 +36,9 @@

SLF4J News

file names in class names in --> -
- -

Xth of July, 2021 - Release of SLF4J 1.7.32

- -

In the slf4j-simple module, SimpleLogger now caters - for current access. This fixes SLF4J-515 as - reported by Tibor Digana. -

-
- -

2nd of July, 2021 - Release of SLF4J 2.0.0-alpha2

+

10th of August, 2021 - Release of SLF4J 2.0.0-alpha3

The the 2.0.x series requires Java 8 and adds a backward-compatible 2nd of July, 2021 - Release of SLF4J 2.0.0-alpha2 Moreover, SLF4J has been modularized per JPMS/Jigsaw specificaton. The resulting internal changes are detailed in the FAQ + bold" href="faq.html#changesInVersion200">detailed in the FAQ page.

@@ -67,8 +56,52 @@

2nd of July, 2021 - Release of SLF4J 2.0.0-alpha2

href="manual.html#fluent">fluent logging api. By backward-compatible, we mean that existing logging frameworks do not have to be changed for the user to benefit from the fluent - logging API. + logging API. However, existing frameworks must migrate to the + ServiceLoader mechanism. The resulting internal + changes are detailed in the FAQ page. +

+ + +

In addition to fixes imported from the 1.7 branch, such as SLF4J-515, this + version consists of changes visible only to frameworks implementing + the SLF4J API. +

+ + +

Fixed resource path to NOPServiceProvider in + slf4j-nop module. This fixes SLF4J-518.

+ +
+ +

20th of July, 2021 - Release of SLF4J 1.7.32

+ +

In the slf4j-simple module, SimpleLogger now caters + for concurrent access. This fixes SLF4J-515 as + reported by Tibor Digana.

+ +
+ +

2nd of July, 2021 - Release of SLF4J 2.0.0-alpha2

• Fixed important bug in the fluent API. The LoggingEventBuilder.addArgument(Supplier) method now