You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2017/02/10 08:52:15 UTC

logging-log4j2 git commit: Document changes types

Repository: logging-log4j2
Updated Branches:
  refs/heads/master a7a6e59d6 -> 5693266a0


Document changes types


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

Branch: refs/heads/master
Commit: 5693266a0f7040cec68509cecf8b1c56705910ca
Parents: a7a6e59
Author: Mikael St�ldal <mi...@magine.com>
Authored: Fri Feb 10 09:52:09 2017 +0100
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Fri Feb 10 09:52:09 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5693266a/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b12e8dd..3279d8e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,12 @@
   </properties>
   <body>
     <!-- NOTE: the text node in an action element is interpreted as Markdown in the release notes! -->
+    <!-- The "type" attribute can have the following values:
+         - "add" - New Feature
+         - "fix" - Fixed Bug
+         - "update" - Change
+         - "remove" - Removed
+    -->
     <release version="2.8.1" date="2017-MM-DD" description="GA Release 2.8.1">
       <action issue="LOG4J2-1810" dev="rgoers" type="update">
         Update to use Logback 1.1.10 and then Logback 1.2 for tests.