You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/03/25 21:32:25 UTC

[commons-io] 02/03: [IO-697] Changelog

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git

commit ef1ae84803c7006472588d972cdcbde1a9db9073
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Sat Mar 26 10:31:03 2022 +1300

    [IO-697] Changelog
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8a8c20c..92e4d7d 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>
     <release version="2.12.0" date="2021-MM-DD" description="Java 8 required.">
       <!-- FIX -->
+      <action issue="IO-697" dev="kinow" type="fix" due-to="otter606">
+        IOUtils.toByteArray size validation does not match documentation.
+      </action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
         Fix Javadoc links to the JRE Javadoc 8.
       </action>