Author: ggregory Date: Thu Jun 13 23:17:09 2013 New Revision: 1492899 URL: http://svn.apache.org/r1492899 Log: Acronyms should be in upper case.
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=1492899&r1=1492898&r2=1492899&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/src/changes/changes.xml (original) +++ logging/log4j/log4j2/trunk/src/changes/changes.xml Thu Jun 13 23:17:09 2013 @@ -27,7 +27,7 @@ Fix NullPointerException (regression due to fix for LOG4J2-228) </action> <action issue="LOG4J2-168" dev="rgoers" type="update" due-to="Scott Severtson"> - Allow elements of the logging event to be added to the mdc structured data in RFC5424Layout. + Allow elements of the logging event to be added to the MDC structured data in RFC5424Layout. </action> <action issue="LOG4J2-275" dev="rgoers" type="fix"> FlumeAvroManager fails to notify client of failing event if Flume RPCClient cannot be created.