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 2015/08/25 20:31:49 UTC

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

Author: ggregory
Date: Tue Aug 25 18:31:49 2015
New Revision: 1697754

URL: http://svn.apache.org/r1697754
Log:
Version 1.2.

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=1697754&r1=1697753&r2=1697754&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/changes/changes.xml (original)
+++ commons/proper/csv/trunk/src/changes/changes.xml Tue Aug 25 18:31:49 2015
@@ -38,7 +38,10 @@
     <title>Release Notes</title>
   </properties>
   <body>
-    <release version="1.2" date="2015-MM-DD" description="Feature and bug fix release">
+    <release version="1.3" date="2015-MM-DD" description="Feature and bug fix release">
+      <action issue="CSV-???" type="???" dev="???" due-to="???">???</action>
+    </release>
+    <release version="1.2" date="2015-08-24" description="Feature and bug fix release">
       <action issue="CSV-145" type="fix" dev="ggregory" due-to="Frank Ulbricht">CSVFormat.with* methods clear the header comments</action>
       <action issue="CSV-156" type="fix" dev="ggregory" due-to="Jason Steenstra-Pickens">Incorrect Javadoc on QuoteMode.NONE</action>
       <action issue="CSV-157" type="add" dev="ggregory">Add enum CSVFormat.Predefined that contains the default CSVFormat values.</action>