You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2017/03/12 16:16:49 UTC

[3/3] logging-log4j2 git commit: Add changelog entry for LOG4J2-1840

Add changelog entry for LOG4J2-1840

This closes #65.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1e7dbd57
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1e7dbd57
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1e7dbd57

Branch: refs/heads/master
Commit: 1e7dbd57917741a2304e6615f3fc0785bd0efb93
Parents: fd4ab95
Author: Matt Sicker <bo...@gmail.com>
Authored: Sun Mar 12 11:16:31 2017 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sun Mar 12 11:16:31 2017 -0500

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1e7dbd57/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2a911c5..9a6abd0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
          - "remove" - Removed
     -->
     <release version="2.8.2" date="2017-MM-DD" description="GA Release 2.8.2">
+      <action issue="LOG4J2-1840" dev="mattsicker" type="fix" due-to="Pradeep Bala">
+        Fix typo in %replace converter documentation.
+      </action>
       <action issue="LOG4J2-1846" dev="mikes" type="fix">
         Handle when LogEvent.getLoggerName() returns null in LoggerNameLevelRewritePolicy.
       </action>