You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/07/30 18:08:38 UTC

commons-csv git commit: Add missing JIRA IDs.

Repository: commons-csv
Updated Branches:
  refs/heads/master d6278c817 -> 81f24008c


Add missing JIRA IDs.

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

Branch: refs/heads/master
Commit: 81f24008c69a5cc2325a989b2c39b5b6248babdd
Parents: d6278c8
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Jul 30 11:08:34 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Jul 30 11:08:34 2016 -0700

----------------------------------------------------------------------
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/81f24008/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a8e9a75..1c9e956 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,8 +41,8 @@
     <release version="1.5" date="2016-MM-DD" description="Bug fix release">
       <action issue="CSV-187" type="update" dev="ggregory" due-to="Gary Gregory">Update platform requirement from Java 6 to 7.</action>
       <action issue="CSV-189" type="add" dev="ggregory" due-to="Peter Holzwarth, Gary Gregory">CSVParser: Add factory method accepting InputStream.</action>
-      <action issue="CSV-???" type="add" dev="ggregory" due-to="Gary Gregory">Add convenience API CSVFormat.print(File, Charset)</action>
-      <action issue="CSV-???" type="add" dev="ggregory" due-to="Gary Gregory">Add convenience API CSVFormat.print(Path, Charset)</action>
+      <action issue="CSV-190" type="add" dev="ggregory" due-to="Gary Gregory">Add convenience API CSVFormat.print(File, Charset)</action>
+      <action issue="CSV-191" type="add" dev="ggregory" due-to="Gary Gregory">Add convenience API CSVFormat.print(Path, Charset)</action>
     </release>
     <release version="1.4" date="2016-05-28" description="Feature and bug fix release">
       <action issue="CSV-181" type="update" dev="ggregory" due-to="Gary Gregory">Make CSVPrinter.print(Object) GC-free.</action>