git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1727810 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2016-01-31 13:10:10 +00:00
parent 409feb2888
commit dd2cd54ff7
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@
<title>Release Notes</title>
</properties>
<body>
<release version="1.3" date="2015-MM-DD" description="Feature and bug fix release">
<release version="1.3" date="2016-MM-DD" description="Feature and bug fix release">
<action issue="CSV-167" type="update" dev="sebb" due-to="Rene">Comment line hides next record; update Javadoc to make behaviour clear</action>
<action issue="CSV-153" type="update" dev="britter" due-to="Wren">CSVPrinter doesn't skip creation of header record if skipHeaderRecord is set to true</action>
<action issue="CSV-159" type="add" dev="ggregory" due-to="Yamil Medina">Add IgnoreCase option for accessing header names</action>
<action issue="CSV-169" type="add" dev="ggregory" due-to="Gary Gregory">The null string should be case-sensitive when reading records</action>