Skip to content

Commit 98577e2

Browse files
committed
Moved to changes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1721569 13f79535-47bb-0310-9956-ffa450edef68
1 parent 107bad4 commit 98577e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ New features and bug fixes.
2020
Changes in this version include:
2121

2222
New features:
23-
o IO-433: Converted all testcases to JUnit 4
2423
o IO-487: Add ValidatingObjectInputStream for controlled deserialization
2524
o IO-471: Support for additional encodings in ReversedLinesFileReader Thanks to Leandro Reis.
2625
o IO-425: Setter method for threshold on ThresholdingOutputStream Thanks to Craig Swank.
@@ -93,6 +92,7 @@ o IO-352: Spelling fixes. Thanks to scop.
9392
o IO-436: Improper JavaDoc comment for FilenameUtils.indexOfExtension. Thanks to christoph.schneegans.
9493

9594
Changes:
95+
o IO-433: Converted all testcases to JUnit 4
9696
o IO-466: Added testcase to show this was fixed with IO-423
9797
o IO-479: Correct exception message in FileUtils.getFile(File, String...) Thanks to Zhouce Chen.
9898
o IO-465: Update to JUnit 4.12 Thanks to based2.

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
4747
<body>
4848
<!-- The release date is the date RC is cut -->
4949
<release version="2.5" date="2015-12-23" description="New features and bug fixes.">
50-
<action issue="IO-433" dev="krosenvold" type="add">
50+
<action issue="IO-433" dev="krosenvold" type="update">
5151
Converted all testcases to JUnit 4
5252
</action>
5353
<action issue="IO-487" dev="bdelacretaz" type="add">

0 commit comments

Comments
 (0)