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 aa96fd8 [CSV-288] String delimiter (||) is not working as expected. aa96fd8 is described below commit aa96fd8a3d6d326285fbdce021258297a3319e09 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 19 11:55:44 2022 -0500 [CSV-288] String delimiter (||) is not working as expected. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bb78d07..fb247bc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -42,6 +42,7 @@ <!-- FIX --> <action type="fix" dev="ggregory" due-to="Arturo Bernal">Minor changes #172.</action> <action issue="CSV-292" type="fix" dev="kinow" due-to="Rob Vesse">No Automatic-Module-Name prevents usage in JPMS projects without repacking the JAR.</action> + <action issue="CSV-288" type="fix" dev="ggregory" due-to="Santhsoh, Angus">Fix for multi-char delimiter not working as expected #218.</action> <!-- ADD --> <action issue="CSV-291" type="add" dev="ggregory" due-to="Gary Gregory">Make CSVRecord#values() public.</action> <!-- UPDATE -->