You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2017/11/11 21:48:16 UTC

[10/12] logging-log4j2 git commit: Update changes.xml

Update changes.xml


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/cadb81fc
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/cadb81fc
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/cadb81fc

Branch: refs/heads/master
Commit: cadb81fc56f31f1fc4aa081e1dfa33d3ce61bd72
Parents: 876d664
Author: Mikael Ståldal <mi...@staldal.nu>
Authored: Sat Nov 11 22:17:29 2017 +0100
Committer: Mikael Ståldal <mi...@staldal.nu>
Committed: Sat Nov 11 22:17:29 2017 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/cadb81fc/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 184432b..17ca19d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,18 @@
          - "remove" - Removed
     -->
     <release version="2.10.0" date="2017-MM-DD" description="GA Release 2.10.0">
+      <action issue="LOG4J2-2112" dev="mikes" type="add" due-to="Carter Douglas Kozak ">
+        MapMessage should use deep toString for values.
+      </action>
+      <action issue="LOG4J2-2107" dev="mikes" type="fix" due-to="Carter Douglas Kozak ">
+        MapMessage supports both StringBuilderFormattable and MultiformatMessage.
+      </action>
+      <action issue="LOG4J2-2102" dev="mikes" type="fix" due-to="Carter Douglas Kozak ">
+        MapMessage JSON encoding will escape keys and values.
+      </action>
+      <action issue="LOG4J2-2101" dev="mikes" type="fix" due-to="Carter Douglas Kozak ">
+        Non-string value in MapMessage caused ClassCastException.
+      </action>
       <action issue="LOG4J2-2106" dev="rogers" type="fix">
         Reduce locking when checking for rollover.
       </action>