Add testcases for CSVRecord with get(Enum) and toString. #54.

This commit is contained in:
Gary Gregory 2020-02-08 14:48:32 -05:00
parent 3e1d162985
commit e60777139f
1 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,10 @@
<title>Apache Commons CSV Release Notes</title>
</properties>
<body>
<release version="1.8" date="2019-02-01" description="Feature and bug fix release (Java 8).
<release version="1.8.1" date="2020-MM-DD" description="Bug fix release (Java 8)">
<action type="add" dev="ggregory" due-to="dota17">Add testcases for CSVRecord with get(Enum) and toString. #54.</action>
</release>
<release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).
This release fixes serialization compatibility of CSVRecord with versions 1.0 to 1.6.
New fields added since 1.7 are not serialized. Support for Serializable is scheduled to be