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 852e8925 [Javadoc] Add example to CSVFormat#setHeaderComments() #344 852e8925 is described below commit 852e8925637d3f05babd0c98b156da9c91e99634 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Aug 25 09:37:45 2023 -0400 [Javadoc] Add example to CSVFormat#setHeaderComments() #344 --- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b9780b54..034854eb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -41,6 +41,8 @@ </properties> <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> <!-- 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>