You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/09/25 18:17:02 UTC

[2/3] commons-cli git commit: CLI-279: Add changes entry

CLI-279: Add changes entry


Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/de5f2b46
Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/de5f2b46
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/de5f2b46

Branch: refs/heads/master
Commit: de5f2b46fa952a69a8819b60d60a03eac1154282
Parents: 0469773
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon Sep 25 20:16:21 2017 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon Sep 25 20:16:21 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/de5f2b46/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4e7aeb7..d42edbb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,9 @@
   <body>
 
     <release version="1.5" date="tba" description="tba">
+      <action type="update" dev="britter" due-to="Krishna Mohan Rao Kandunoori" issue="CLI-279">
+        @param or @return lines should end with a period in CommandLine.java
+      </action>
       <action type="add" dev="chtompki" due-to="Rubin Simons" issue="CLI-217">
         Accommodate toggling partial matching in DefaultParser.
       </action>