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 2016/05/09 17:21:14 UTC

svn commit: r1743010 - /commons/proper/csv/trunk/src/changes/changes.xml

Author: britter
Date: Mon May  9 17:21:14 2016
New Revision: 1743010

URL: http://svn.apache.org/viewvc?rev=1743010&view=rev
Log:
Note release date of release 1.3 in changes.xml

Modified:
    commons/proper/csv/trunk/src/changes/changes.xml

Modified: commons/proper/csv/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/changes/changes.xml?rev=1743010&r1=1743009&r2=1743010&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/changes/changes.xml (original)
+++ commons/proper/csv/trunk/src/changes/changes.xml Mon May  9 17:21:14 2016
@@ -41,7 +41,7 @@
     <release version="1.3.1" date="2016-MM-DD" 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>
     </release>
-    <release version="1.3" date="2016-MM-DD" description="Feature and bug fix release">
+    <release version="1.3" date="2016-05-09" description="Feature and bug fix release">
       <action issue="CSV-179" type="add" dev="britter">Add shortcut method for using first record as header to CSVFormat</action>
       <action issue="CSV-180" type="add" dev="britter">Add withHeader(Class&lt;? extends Enum&gt;) to CSVFormat</action>
       <action issue="CSV-167" type="update" dev="sebb" due-to="Rene">Comment line hides next record; update Javadoc to make behaviour clear</action>