aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorNiall Pemberton <niallp@apache.org>2008-01-07 14:54:07 +0000
committerNiall Pemberton <niallp@apache.org>2008-01-07 14:54:07 +0000
commitee30084cc1f81f9440a05b8eb16fbbe12d210d20 (patch)
treedbf002786acebc35f32c69ce106e9acb92c603a0 /RELEASE-NOTES.txt
parent8815c0801c0447a7b677833e1e1796adc8594dac (diff)
downloadapache-commons-io-ee30084cc1f81f9440a05b8eb16fbbe12d210d20.tar.gz
IO-77 add moveFile() and moveDirectory() methods to FileUtils - thanks to Nicolas de Loof for the patch
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@609622 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 1a316b64..bcc4bee5 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -37,6 +37,7 @@ Bug fixes from 1.3.2
- Infinite loop on FileUtils.copyDirectory when the destination directory is within
the source directory [IO-141]
- Add a copyDirectory() method that makes use of FileFilter [IO-105]
+ - Add moveDirectory() and moveFile() methods [IO-77]
- HexDump
- HexDump's use of static StringBuffers isn't thread-safe [IO-136]