aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2012-03-17 01:21:11 +0000
committerSebastian Bazley <sebb@apache.org>2012-03-17 01:21:11 +0000
commit0031a91ba7b5b580b28fab5cb60d683c93e9fae8 (patch)
treeb664fe9dcf93ac1893e9033e5a866d64de282ebc /RELEASE-NOTES.txt
parent6dbc1b3ead1c3d3510411b7bbd5b5dd3ba0541b6 (diff)
downloadapache-commons-io-0031a91ba7b5b580b28fab5cb60d683c93e9fae8.tar.gz
IO-305: New copyLarge() method in IOUtils that takes additional offset, length arguments
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1301851 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 960365c1..6e61fe87 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -24,6 +24,7 @@ $release.description.replaceAll(" ", "
Changes in this version include:
New features:
+o IO-305: New copyLarge() method in IOUtils that takes additional offset, length arguments Thanks to Manoj Mokashi.
o IO-287: Use terabyte (TB) , petabyte (PB) and exabyte (EB) in FileUtils.byteCountToDisplaySize(long size) Thanks to Ron Kuris, Gary Gregory.
o IO-173: FileUtils.listFiles() doesn't return directories Thanks to Marcos Vinícius da Silva.
o IO-297: CharSequenceInputStream to efficiently stream content of a CharSequence Thanks to Oleg Kalnichevski.