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/06/14 07:57:34 UTC

[11/12] commons-cli git commit: Add CLI-274 to changes.xml

Add CLI-274 to changes.xml


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

Branch: refs/heads/master
Commit: 2c52075212094470def88dc8e2ebfc1940ce9f07
Parents: f4a28c0
Author: Benedikt Ritter <br...@apache.org>
Authored: Wed Jun 14 09:46:33 2017 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Wed Jun 14 09:46:33 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/2c520752/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 63e7f5f..d444805 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="add" dev="britter" due-to="Béla Schaum" issue="CLI-274">
+        Option parser type EXISTING_FILE_VALUE not check file existing
+      </action>
       <action type="add" dev="britter" due-to="Christoph Läubrich" issue="CLI-271">
         CommandLine.getXXX and CommandLine.hasXXX should accept an Option as a parameter
       </action>