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 50d727f End descriptions with a period.
50d727f is described below
commit 50d727fc6440d157013ad536809f4463715de0b2
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 14 20:19:22 2019 -0400
End descriptions with a period.
---
src/changes/changes.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5294e07..d9cd5cf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,8 +39,8 @@
</properties>
<body>
<release version="1.8" date="2019-MM-DD" description="Feature and bug fix
release (Java 8)">
- <action issue="CSV-243" type="fix" dev="sebb">CSVFormat withTrim() and
withIgnoreSurroundingSpaces() need better docs</action>
- <action issue="CSV-242" type="fix" dev="sebb">CSVFormat equals() and
hashCode() don't use all fields</action>
+ <action issue="CSV-243" type="fix" dev="sebb">CSVFormat withTrim() and
withIgnoreSurroundingSpaces() need better docs.</action>
+ <action issue="CSV-242" type="fix" dev="sebb">CSVFormat equals() and
hashCode() don't use all fields.</action>
<action issue="CSV-241" type="fix" dev="ggregory" due-to="LuckyIlam,
Gary Gregory">CSVFormat#valiadte() does not account for
allowDuplicateHeaderNames #43.</action>
</release>
<release version="1.7" date="2019-06-01" description="Feature and bug fix
release (Java 8)">