This is an automated email from the ASF dual-hosted git repository.
sebb 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 7ddc71c Wrong method name
7ddc71c is described below
commit 7ddc71c20a04a1d73cfffd0556703c95a1e303d8
Author: Sebb <[email protected]>
AuthorDate: Fri Jun 14 17:22:32 2019 +0100
Wrong method name
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 38acf73..d07c370 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,7 +39,7 @@
</properties>
<body>
<release version="1.8" date="2019-MM-DD" description="Feature and bug fix
release (Java 8)">
- <action issue="CSV-242" type="fix" dev="sebb">CSVFormat equals() and
hash() don't use all fields</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)">