diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html
index 0582a37b..ae2a0d67 100755
--- a/slf4j-site/src/site/pages/news.html
+++ b/slf4j-site/src/site/pages/news.html
@@ -36,20 +36,9 @@
file names in
class names in
-->
-
In the slf4j-simple module, SimpleLogger now caters
- for current access. This fixes SLF4J-515 as
- reported by Tibor Digana.
-
The the 2.0.x series requires Java 8 and adds a backward-compatible 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 @@ 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. +
+DefaultLoggingEventBuilder, the
+ innerLog(LoggingEvent) method was renamed as
+ log and its visibility changed to
+ protected.
+ DefaultLoggingEventBuilder, the
+ loggingEvent and logger fields have
+ their visibility changed to protected.
+ getRequesteApiVersion method in
+ SLF4JServiceProvider was renamed as
+ getRequestedApiVersion. This fixes SLF4J-516.Fixed resource path to NOPServiceProvider in
+ slf4j-nop module. This fixes SLF4J-518.
In the slf4j-simple module, SimpleLogger now caters
+ for concurrent access. This fixes SLF4J-515 as
+ reported by Tibor Digana.
+
• Fixed important bug in the fluent API. The
LoggingEventBuilder.addArgument(Supplier) method now