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 7cf896b0 [CSV-323] ExtendedBufferedReader byte tracking leads to an
incorrect CSVRecord.getBytePosition()
7cf896b0 is described below
commit 7cf896b0f3da94d77ba7c4d9e76309ef0ef1273b
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 20 11:49:48 2026 -0400
[CSV-323] ExtendedBufferedReader byte tracking leads to an incorrect
CSVRecord.getBytePosition()
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2bbb0946..be2d5559 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,7 @@
<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>
+ <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>
<!-- 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 -->