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 ce961c4d Validate CSVFormat invariants when deserializing (#632).
ce961c4d is described below
commit ce961c4d180c4f87a48c825936da73d57918e7f2
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 13 13:45:02 2026 -0400
Validate CSVFormat invariants when deserializing (#632).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 12c9abe5..57b3a05b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,7 @@
<action type="fix" dev="ggregory" due-to="Gary Gregory, Naveed
Khan">Close the stream parse(Path) and parse(URL) open on construction failure
(#630).</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory, Naveed Khan">Fix
quadratic CSVFormat.printWithEscapes(Reader) delimiter look-ahead
(#631).</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">General Javadoc
improvements.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory, Naveed
Khan">Validate CSVFormat invariants when deserializing (#632).</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>
<action type="add" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory"
issue="CSV-325">Add CSVParser.Builder.setByteOffset(long) (#604).</action>