Skip to content

Commit f67327e

Browse files
committed
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
1 parent 3e30027 commit f67327e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ Enhancements from 1.2
102102
- wildcardMatch - new method that has IOCase as a parameter
103103
- equals - new method that has IOCase as a parameter
104104

105+
- FileUtils [IO-108] - new default encoding methods for:
106+
- readFileToString(File)
107+
- readLines(File)
108+
- lineIterator(File)
109+
- writeStringToFile(File, String)
110+
- writeLines(File, Collection)
111+
- writeLines(File, Collection, String)
112+
105113
- FileUtils.openOutputStream [IO-107]
106114
- new method to open a FileOutputStream, creating parent directories if required
107115
- FileUtils.touch

0 commit comments

Comments
 (0)