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 e503c56 Javadoc typo in CSVFormat let's -> lets #57. e503c56 is described below commit e503c568a10ae42364a94695b8505bcb4db28969 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Feb 13 08:49:46 2020 -0500 Javadoc typo in CSVFormat let's -> lets #57. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 638d893..47930b9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -41,6 +41,7 @@ <release version="1.8.1" date="2020-MM-DD" description="Bug fix release (Java 8)"> <action type="add" dev="ggregory" due-to="dota17">Add testcases for CSVRecord with get(Enum) and toString. #54.</action> <action type="update" dev="ggregory" due-to="Amey Jadiye">Replace FindBugs with SpotBugs #56.</action> + <action type="update" dev="ggregory" due-to="Chen">Javadoc typo in CSVFormat let's -> lets #57.</action> </release> <release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).