aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorHenri Yandell <bayard@apache.org>2006-12-29 22:58:03 +0000
committerHenri Yandell <bayard@apache.org>2006-12-29 22:58:03 +0000
commitf67327e2e9bd022cf2444e7dc889f5665927e107 (patch)
tree9bf32f31a18426a64122cc41c0e0516a1160cc8e /RELEASE-NOTES.txt
parent3e300278eca4c60bc35f9784e20e1bdb0bc8f0e7 (diff)
downloadapache-commons-io-f67327e2e9bd022cf2444e7dc889f5665927e107.tar.gz
Adding IO-108 to the release notes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@491127 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 0bbef4a3..16b141f2 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -102,6 +102,14 @@ Enhancements from 1.2
- wildcardMatch - new method that has IOCase as a parameter
- equals - new method that has IOCase as a parameter
+- FileUtils [IO-108] - new default encoding methods for:
+ - readFileToString(File)
+ - readLines(File)
+ - lineIterator(File)
+ - writeStringToFile(File, String)
+ - writeLines(File, Collection)
+ - writeLines(File, Collection, String)
+
- FileUtils.openOutputStream [IO-107]
- new method to open a FileOutputStream, creating parent directories if required
- FileUtils.touch