aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2012-06-12 19:46:55 +0000
committerGary D. Gregory <ggregory@apache.org>2012-06-12 19:46:55 +0000
commite537b01649397987f67d7cfc1b07e6b8b5843676 (patch)
tree4f2151aaf82ac0704bbfb89c87f26de7e04b03f1 /RELEASE-NOTES.txt
parent9b775e7fdea6f132c268b1a85852047bba1c86f1 (diff)
downloadapache-commons-io-e537b01649397987f67d7cfc1b07e6b8b5843676.tar.gz
Preparing release 2.4-RC2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1349493 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index a786b42b..e24e1e1d 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -25,7 +25,7 @@ o IO-333: Export OSGi packages at version 1.x in addition to 2.x. Thanks to fme
o IO-320: Add XmlStreamReader support for UTF-32. Thanks to ggregory.
o IO-331: BOMInputStream wrongly detects UTF-32LE_BOM files as UTF-16LE_BOM files in method getBOM(). Thanks to ggregory.
o IO-327: Add byteCountToDisplaySize(BigInteger). Thanks to ggregory.
-o IO-326: Add new FileUtils.sizeOf[Directory] APIs to return BigInteger. Thanks to ggregory.
+o IO-326: Add new FileUtils.sizeOf[Directory] APIs to return BigInteger. Thanks to ggregory, kinow.
o IO-325: Add IOUtils.toByteArray methods to work with URL and URI. Thanks to raviprak.
o IO-324: Add missing Charset sister APIs to method that take a String charset name. Thanks to raviprak.