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 4c67ed89 [CSV-322] CSVFormat.Builder.setQuote() does not refresh
quotedNullString #2447
4c67ed89 is described below
commit 4c67ed89df41d4a1eb2795c1cdd4fda9ed6edb9a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 20 14:34:32 2026 -0400
[CSV-322] CSVFormat.Builder.setQuote() does not refresh
quotedNullString #2447
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index be2d5559..a86ffcf8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,7 @@
<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>
<action type="fix" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory"
issue="CSV-323">ExtendedBufferedReader byte tracking leads to an incorrect
CSVRecord.getBytePosition() (#601).</action>
+ <action type="fix" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory"
issue="CSV-322">[CSV-322] CSVFormat.Builder.setQuote() does not refresh
quotedNullString (#2447).</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 -->