This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 add38c3e [CSV-321] CSVFormat.equals()/hashCode() ignores maxRows
add38c3e is described below
commit add38c3e06d1b90ebcb87ad4390a000b09850df1
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 20 08:05:51 2026 -0400
[CSV-321] CSVFormat.equals()/hashCode() ignores maxRows
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 34e8f8aa..2bbb0946 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@
<action type="fix" dev="ggregory" due-to="Cassio Santos">Remove broken
website link #577.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
<action type="fix" dev="ggregory" due-to="Indy, Gary Gregory">[Javadoc]
Clarify behavior of deprecated CSVFormat#withFirstRecordAsHeader()
#2413.</action>
+ <action type="fix" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory"
issue="CSV-321">CSVFormat.equals()/hashCode() ignores maxRows (#600).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory, Indy, Sylvia van
Os" issue="CSV-307">Add an "Android Compatibility" section to the web
site.</action>
<!-- UPDATE -->