Repository: logging-log4j2 Updated Branches: refs/heads/master 3bc94c0bb -> 4b788f7b7
Add changelog entries Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4b788f7b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4b788f7b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4b788f7b Branch: refs/heads/master Commit: 4b788f7b75dbb89ac7f63660f4f9099f4dd2c225 Parents: 3bc94c0 Author: Matt Sicker <[email protected]> Authored: Sun Apr 2 12:59:14 2017 -0500 Committer: Matt Sicker <[email protected]> Committed: Sun Apr 2 12:59:14 2017 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4b788f7b/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e03024d..48e3da4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,6 +31,12 @@ - "remove" - Removed --> <release version="2.8.2" date="2017-MM-DD" description="GA Release 2.8.2"> + <action issue="LOG4J2-1861" dev="mattsicker" type="fix"> + Fix JavaDoc on org.apache.logging.log4j.ThreadContext about inheritance. + </action> + <action issue="LOG4J2-1862" dev="mattsicker" type="fix" due-to="wangyuntao"> + Fix JavaDoc about @Order and OrderComparator ordering. + </action> <action issue="LOG4J2-1849" dev="rpopma" type="fix"> Fixed daylight savings time issue with FixedDateFormat. </action> @@ -49,6 +55,9 @@ <action issue="LOG4J2-1853" dev="ggregory" type="fix" due-to="wangyuntao"> The default value of RandomAccessFileAppender.Builder append field is wrong. </action> + <action issue="LOG4J2-1863" dev="mattsicker" type="add"> + Add support for filtering input in TcpSocketServer and UdpSocketServer. + </action> <action issue="LOG4J2-1848" dev="mattsicker" type="add"> Add JSON encoding support to EncodingPatternConverter %encode{}. </action>
