Repository: logging-log4j2 Updated Branches: refs/heads/master ca1510b74 -> 355d260ea
Keep issue types together. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/355d260e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/355d260e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/355d260e Branch: refs/heads/master Commit: 355d260ea62c3acdd667454690af4c8f9c5e0d6f Parents: ca1510b Author: Gary Gregory <[email protected]> Authored: Fri Nov 11 16:06:51 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Fri Nov 11 16:06:51 2016 -0800 ---------------------------------------------------------------------- src/changes/changes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/355d260e/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 48c389d..a930722 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -36,9 +36,6 @@ <action issue="LOG4J2-1677" dev="rpopma" type="fix"> (GC) Avoid allocating temporary objects in MapFilter. </action> - <action issue="LOG4J2-1681" dev="rpopma" type="add"> - Changed visibility of indexed getter methods in SortedArrayStringMap from package-protected to public. - </action> <action issue="LOG4J2-1674" dev="rpopma" type="fix"> (GC) Avoid allocating temporary objects in ThresholdFilter. </action> @@ -114,6 +111,9 @@ <action issue="LOG4J2-1656" dev="ggregory" type="update"> Update Apache Flume from 1.6.0 to 1.7.0. </action> + <action issue="LOG4J2-1681" dev="rpopma" type="add"> + Changed visibility of indexed getter methods in SortedArrayStringMap from package-protected to public. + </action> </release> <release version="2.7" date="2016-10-02" description="GA Release 2.7"> <action issue="LOG4J2-1618" dev="rpopma" type="fix" due-to="Raman Gupta">
