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 47ff95db [CSV-306][Javadoc] Add example to CSVFormat#setHeaderComments() #344 47ff95db is described below commit 47ff95dbfc55da6f822755997208e47b0845db73 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Aug 25 10:11:06 2023 -0400 [CSV-306][Javadoc] Add example to CSVFormat#setHeaderComments() #344 --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 373fda4a..1a5552d4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -42,7 +42,7 @@ <body> <release version="1.10.1" date="2023-MM-DD" description="Feature and bug fix release (Java 8)"> <!-- ADD --> - <action type="fix" dev="ggregory" due-to="Buddhi De Silva, Gary Gregory">[Javadoc] Add example to CSVFormat#setHeaderComments() #344.</action> + <action issue="CSV-308" type="fix" dev="ggregory" due-to="Buddhi De Silva, Gary Gregory">[Javadoc] Add example to CSVFormat#setHeaderComments() #344.</action> <!-- FIX --> <action issue="CSV-306" type="fix" dev="ggregory" due-to="Sam Ng, Bruno P. Kinoshita">Replace deprecated method in user guide, update external link #324, #325.</action> <action type="fix" dev="ggregory" due-to="Seth Falco, Bruno P. Kinoshita">Document duplicate header behavior #309.</action>