You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/02/08 19:48:36 UTC

[commons-csv] branch master updated: Add testcases for CSVRecord with get(Enum) and toString. #54.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new e607771  Add testcases for CSVRecord with get(Enum) and toString. #54.
e607771 is described below

commit e60777139fa7e93cf8fac5511c54334f9f36c775
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 8 14:48:32 2020 -0500

    Add testcases for CSVRecord with get(Enum) and toString. #54.
---
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 345cd9d..688f4c9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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