Version 1.2.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1697754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2015-08-25 18:31:49 +00:00
parent 5ed84ebefb
commit e7ccb14d22

View File

@ -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>