You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2021/08/28 19:52:44 UTC

[logging-log4j-kotlin] 01/02: Update changelog for 1.1.0

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git

commit 317ac12ac3224e1d670500a20808d015fb7f304e
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sat Aug 28 14:48:33 2021 -0500

    Update changelog for 1.1.0
---
 src/changes/changes.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c2a4ebb..4365067 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,12 +30,23 @@
          - "update" - Change
          - "remove" - Removed
     -->
+    <release version="1.1.0" date="2021-08-28" description="Release 1.1.0">
+      <action issue="LOG4J2-2433" dev="rgupta" type="add">
+        Support MDCs with Kotlin coroutines.
+      </action>
+      <action issue="LOG4J2-2518" dev="rgupta" type="add">
+        Support suspend functions in supplier lambdas.
+      </action>
+      <action issue="LOG4J2-2843" dev="rgupta" type="update">
+        Update Kotlin baseline version to 1.3.72.
+      </action>
+    </release>
     <release version="1.0.0" date="2018-11-03" description="Release 1.0.0">
       <action issue="LOG4J2-1705" dev="mattsicker" type="add" due-to="Raman Gupta">
         Create Kotlin wrapper API for Log4j.
       </action>
       <action issue="LOG4J2-2432" dev="mattsicker" type="update" due-to="Raman Gupta">
-        Make `namedLogger` more discoverable
+        Make `namedLogger` more discoverable.
       </action>
     </release>
   </body>