This is an automated email from the ASF dual-hosted git repository.

ggregory 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 d7b1574  [CSV-265] Update buffer position when reading line comment 
#120.
d7b1574 is described below

commit d7b1574483c91c9e7337e330fcb5a2b5fca74fde
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jul 21 10:42:12 2021 -0400

    [CSV-265] Update buffer position when reading line comment #120.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ae2373a..427a1dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,7 @@
       <action issue="CSV-284" type="fix" dev="ggregory" 
due-to="belugabehr">Formalize PerformanceTest #168.</action>
       <action issue="CSV-278" type="fix" dev="ggregory" 
due-to="belugabehr">Reuse Buffers in Lexer for Delimiter Detection 
#162.</action>
       <action issue="CSV-286" type="fix" dev="ggregory" 
due-to="belugabehr">Cleanup and Document Performance Test Harness #170.</action>
+      <action issue="CSV-265" type="fix" dev="ggregory" 
due-to="belugabehr">Update buffer position when reading line comment 
#120.</action>
       <!-- ADD -->
       <action issue="CSV-275" type="add" dev="ggregory" due-to="Michael Wyraz, 
Gary Gregory">Make CSVRecord#toList() public.</action>
       <action                 type="add" dev="ggregory" due-to="Gary 
Gregory">Add CSVRecord#stream().</action>

Reply via email to