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 4ed1eb4b Migrate CSVFormat#print(File, Charset) to NIO #445
4ed1eb4b is described below

commit 4ed1eb4b345fa75be84c4ba6ab911a73bc727da2
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Thu Jul 11 14:48:09 2024 -0400

    Migrate CSVFormat#print(File, Charset) to NIO #445
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 87a90dbc..dfaee5b2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,8 @@
       <!-- FIX -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Fix PMD 
issues for port to PMD 7.1.0.</action>
       <action type="update" dev="ggregory" due-to="Dávid Szigecsán, Gary 
Gregory">Fix some Javadoc links #442.</action>
-      <action type="update" dev="ggregory" due-to="Dávid Szigecsán">Extract 
duplicated code into a method #444.</action> 
+      <action type="update" dev="ggregory" due-to="Dávid Szigecsán">Extract 
duplicated code into a method #444.</action>
+      <action type="update" dev="ggregory" due-to="Dávid Szigecsán">Migrate 
CSVFormat#print(File, Charset) to NIO #445.</action> 
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
commons-codec:commons-codec from 1.16.1 to 1.17.0 #422.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 69 to 71 #435.</action>

Reply via email to