Author: ggregory
Date: Sat May 21 07:12:38 2016
New Revision: 1744857
URL: http://svn.apache.org/viewvc?rev=1744857&view=rev
Log:
Update an issue type.
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=1744857&r1=1744856&r2=1744857&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/changes/changes.xml (original)
+++ commons/proper/csv/trunk/src/changes/changes.xml Sat May 21 07:12:38 2016
@@ -40,7 +40,7 @@
<body>
<release version="1.4" 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>
- <action issue="CSV-182" type="update" dev="ggregory" due-to="Gary
Gregory">Allow some printing operations directly from CSVFormat.</action>
+ <action issue="CSV-182" type="add" dev="ggregory" due-to="Gary
Gregory">Allow some printing operations directly from CSVFormat.</action>
</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>