You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2018/09/22 03:17:22 UTC

[2/2] logging-log4j-audit git commit: LOG4J2-2431 - Narrow the return type of getEvent

LOG4J2-2431 - Narrow the return type of getEvent


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/commit/65ccad83
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/tree/65ccad83
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/diff/65ccad83

Branch: refs/heads/master
Commit: 65ccad83ed77e36fe97fa815e082c4a1341c3f3b
Parents: 6d4fcf3
Author: Ralph Goers <rg...@apache.org>
Authored: Fri Sep 21 17:14:13 2018 -1000
Committer: Ralph Goers <rg...@apache.org>
Committed: Fri Sep 21 17:14:13 2018 -1000

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


http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/65ccad83/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bec27d3..fc5cdcf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,11 @@
          - "update" - Change
          - "remove" - Removed
     -->
+    <release version="1.0.1" date="YYYY-MM-DD" description="Release 1.0.1">
+      <action issue="LOG4J2-2431" dev="rgoers" type="fix" due-to="Andrei Ivanov">
+        Narrow the return type of getEvent.
+      </action>
+    </release>
     <release version="1.0.0" date="2018-06-10" description="Release 1.0.0">
     </release>
   </body>