We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1d162 commit e607771Copy full SHA for e607771
1 file changed
src/changes/changes.xml
@@ -38,7 +38,10 @@
38
<title>Apache Commons CSV Release Notes</title>
39
</properties>
40
<body>
41
- <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)">
42
+ <action type="add" dev="ggregory" due-to="dota17">Add testcases for CSVRecord with get(Enum) and toString. #54.</action>
43
+ </release>
44
+ <release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).
45
46
This release fixes serialization compatibility of CSVRecord with versions 1.0 to 1.6.
47
New fields added since 1.7 are not serialized. Support for Serializable is scheduled to be
0 commit comments