aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorKristian Rosenvold <krosenvold@apache.org>2015-12-23 19:09:46 +0000
committerKristian Rosenvold <krosenvold@apache.org>2015-12-23 19:09:46 +0000
commit107bad489300392970d451e05fdc024e6d5f72b7 (patch)
tree4782099b7ab6f4c4a599951bce02aa8088242ffa /RELEASE-NOTES.txt
parent7b1b3624d78e659e0bf80b061756d8c6e08640c6 (diff)
downloadapache-commons-io-107bad489300392970d451e05fdc024e6d5f72b7.tar.gz
Updated release notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1721568 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 b08f76d8..dc1d61f7 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -20,6 +20,7 @@ New features and bug fixes.
Changes in this version include:
New features:
+o IO-433: Converted all testcases to JUnit 4
o IO-487: Add ValidatingObjectInputStream for controlled deserialization
o IO-471: Support for additional encodings in ReversedLinesFileReader Thanks to Leandro Reis.
o IO-425: Setter method for threshold on ThresholdingOutputStream Thanks to Craig Swank.