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 2c294f3a Exclude byte-order mark from ExtendedBufferedReader byte
counting (#622).
2c294f3a is described below
commit 2c294f3a16f85c76d77c25377fee2df285e034ee
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 13 11:43:54 2026 -0400
Exclude byte-order mark from ExtendedBufferedReader byte counting
(#622).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 492acad0..3d41657a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,7 @@
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary
Gregory">Evaluate isDelimiter once in nextToken whitespace skip (#618).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Quote
value ending with multi-character delimiter prefix (#620).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Quote
value with leading or trailing Unicode whitespace (#621).</action>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Exclude byte-order mark from ExtendedBufferedReader byte counting
(#622).</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>