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 5ccd1ed Update gitignore to ignore idea and vscode #160.
5ccd1ed is described below
commit 5ccd1ed355d508bedcf2bbee424b910e3abcd75b
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 9 10:08:26 2021 -0400
Update gitignore to ignore idea and vscode #160.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3c585fb..123c6ab 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,7 @@
<action issue="CSV-158" type="fix" dev="ggregory" due-to="Alexander
Bondarev, Benedikt Ritter, Gary Gregory, Chen">Fix EOL checking for read array
in ExtendedBufferedReader #5.</action>
<action issue="CSV-263" type="fix" dev="ggregory" due-to="Jason A.
Guild, Gary Gregory">Print from Reader with embedded quotes generates incorrect
output #78.</action>
<action type="fix" dev="ggregory" due-to="Arturo
Bernal">Replace JUnit assert by simpler but equivalent calls. #159.</action>
+ <action type="fix" dev="ggregory" due-to="Seth
Falco">Update gitignore to ignore idea and vscode #160.</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>