Update an issue type.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a8be319ec8
commit
4711c16a90
|
@ -40,7 +40,7 @@
|
||||||
<body>
|
<body>
|
||||||
<release version="1.4" date="2016-MM-DD" description="Feature and bug fix release">
|
<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-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>
|
||||||
<release version="1.3" date="2016-05-09" description="Feature and bug fix 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>
|
<action issue="CSV-179" type="add" dev="britter">Add shortcut method for using first record as header to CSVFormat</action>
|
||||||
|
|
Loading…
Reference in New Issue