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-io.git

commit b389b9040c5325b0a706298a1963f594ef465d88
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jan 25 10:17:12 2024 -0500

    Document deprecations
---
 src/changes/changes.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 11802f83..467c4d91 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -95,6 +95,11 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" due-to="Gary Gregory">Pickup 
apache-rat-plugin version from parent POM.</action>
       <action dev="ggregory" type="fix"                due-to="Elliotte Rusty 
Harold">Add test for copying a symlink FileUtilsTest#testCopyFile_symLink() 
#564.</action>
       <action dev="ggregory" type="fix"                due-to="Elliotte Rusty 
Harold">Make copyFile copy symbolic links by value rather than reference 
#565.</action>
+      <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">Deprecate CopyUtils 0-argument constructor.</action>
+      <action dev="ggregory" type="fix" issue="IO-843" due-to="Gary Gregory, 
Elliotte Rusty Harold">Deprecate EndianUtils 0-argument constructor.</action>
+      <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">Deprecate FileSystemUtils 0-argument constructor.</action>
+      <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">Deprecate FilenameUtils 0-argument constructor.</action>
+      <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">Deprecate RandomAccessFiles 0-argument constructor.</action>
       <!-- Add -->
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add and use PathUtils.getFileName(Path, Function&lt;Path, 
R&gt;).</action>
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add and use PathUtils.getFileNameString().</action>

Reply via email to