IO-542: FileUtils#readFileToByteArray: optimize reading of files with known size

add changes.xml entry


Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/acceb629
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/acceb629
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/acceb629

Branch: refs/heads/master
Commit: acceb62960971477744f6731bbbc06abbabfe4f3
Parents: 936b820
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sun Jul 2 17:12:11 2017 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sun Jul 2 17:12:11 2017 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/acceb629/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dd97dc6..6350730 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <!-- The release date is the date RC is cut -->
     <release version="2.6" date="2017-MM-DD" description="New features and bug 
fixes.">
+      <action issue="IO-542" dev="pschumacher" type="update" due-to="Ilmars 
Poikans">
+        FileUtils#readFileToByteArray: optimize reading of files with known 
size
+      </action>
       <action issue="IO-367" dev="pschumacher" type="add" due-to="James Sawle">
         Add convenience methods for copyToDirectory
       </action>

Reply via email to