You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2014/06/25 19:28:26 UTC

svn commit: r1605514 - /logging/log4j/log4j2/trunk/src/changes/changes.xml

Author: ggregory
Date: Wed Jun 25 17:28:26 2014
New Revision: 1605514

URL: http://svn.apache.org/r1605514
Log:
[LOG4J2-688] Make org.apache.logging.log4j.core.layout.PatternLayout immutable. 

Modified:
    logging/log4j/log4j2/trunk/src/changes/changes.xml

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1605514&r1=1605513&r2=1605514&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Wed Jun 25 17:28:26 2014
@@ -34,6 +34,9 @@
       <action issue="LOG4J2-687" dev="ggregory" type="fix">
         Rename org.apache.logging.log4j.core.util.Closer.closeSilent() to closeSilently().
       </action>      
+      <action issue="LOG4J2-688" dev="ggregory" type="fix">
+        Make org.apache.logging.log4j.core.layout.PatternLayout immutable.
+      </action>      
     </release>
     <release version="2.0-rc2" date="2014-06-21" description="Bug fixes and enhancements">
       <action issue="LOG4J2-675" dev="rpopma" type="add">