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 de07d75 Fix typos in site and test #53. de07d75 is described below commit de07d7533b76514a84e6017c56c27d6bbfd9d9f9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Dec 30 08:45:23 2019 -0500 Fix typos in site and test #53. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d7d7851..3c038ce 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,6 +52,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from H2 1.4.199 to 1.4.200.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Hamcrest 2.1 to 2.2.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Mockito 3.1.0 to 3.2.4.</action> + <action type="update" dev="ggregory" due-to="Chen">Fix typos in site and test #53.</action> </release> <release version="1.7" date="2019-06-01" description="Feature and bug fix release (Java 8)"> <action issue="CSV-233" type="add" dev="ggregory" due-to="Gary Gregory">Add predefined CSVFormats for printing MongoDB CSV and TSV.</action>