Prepare release 1.1.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1640028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-11-16 20:32:40 +00:00
parent 3c7caa32a0
commit 57df0d1de7
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<title>Release Notes</title>
</properties>
<body>
<release version="1.1" date="2014-11-dd" description="Feature and bug fix release">
<release version="1.1" date="2014-11-16" description="Feature and bug fix release">
<action issue="CSV-140" type="fix" dev="ggregory" due-to="Damjan Jovanovic">QuoteMode.NON_NUMERIC doesn't work with CSVPrinter.printRecords(ResultSet)</action>
<action issue="CSV-130" type="fix" dev="ggregory" due-to="Sergei Lebedev">CSVFormat#withHeader doesn't work well with #printComment, add withHeaderComments(String...)</action>
<action issue="CSV-128" type="fix" dev="ggregory">CSVFormat.EXCEL should ignore empty header names</action>