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/03/24 22:41:30 UTC

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

Author: ggregory
Date: Mon Mar 24 21:41:29 2014
New Revision: 1581078

URL: http://svn.apache.org/r1581078
Log:
<action issue="LOG4J2-579" dev="ggregory" type="fix">
  Rename Level.lessOrEqual() to isLessOrEqual().
</action>

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=1581078&r1=1581077&r2=1581078&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Mon Mar 24 21:41:29 2014
@@ -21,6 +21,9 @@
   </properties>
   <body>
     <release version="2.0-rc2?" date="2014-MM-DD" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-579" dev="ggregory" type="fix">
+          Rename Level.lessOrEqual() to isLessOrEqual().
+      </action>
       <action issue="LOG4J2-576" dev="ggregory" type="add">
           Add org.apache.logging.log4j.Logger.getLevel().
       </action>