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
The following commit(s) were added to refs/heads/master by this push:
new 018ee95 [IO-700] Add FileUtils.moveFile(File, File, boolean)
018ee95 is described below
commit 018ee959b57ffd3a0d4057ebfd3bc14918a617c5
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jan 12 15:34:48 2021 -0500
[IO-700] Add FileUtils.moveFile(File, File, boolean)
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9e3310d..059f68c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -124,6 +124,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="add" due-to="Gary Gregory">
Add FileUtils.delete(File).
</action>
+ <action issue="IO-700" dev="ggregory" type="add" due-to="Gary Gregory">
+ Add FileUtils.moveFile(File, File, boolean) #185.
+ </action>
<!-- UPDATES -->
<action dev="ggregory" type="update" due-to="Dependabot">
Update junit-jupiter from 5.6.2 to 5.7.0 #153.