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

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


The following commit(s) were added to refs/heads/master by this push:
     new 98fb7eb5 Javadoc shouldn't reference 1.x behavior #539
98fb7eb5 is described below

commit 98fb7eb5e9c6fc60a46d04c23101d8c0a0545975
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Wed Dec 27 11:15:27 2023 -0500

    Javadoc shouldn't reference 1.x behavior #539
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e457f803..8a543742 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,6 @@ The <action> type attribute can be add,update,fix,remove.
   <properties>
     <title>Apache Commons IO Release Notes</title>
   </properties>
-
   <body>
     <release version="2.16.0" date="202Y-MM-DD" description="Java 8 is 
required.">
       <!-- Fix -->
@@ -82,6 +81,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" issue="IO-828" due-to="Elliotte Rusty 
Harold, Gary Gregory">Deprecate CountingInputStream.resetCount() in favor of 
resetByteCount().</action>
       <action dev="ggregory" type="fix" issue="IO-828" due-to="Gary 
Gregory">Deprecate CountingInputStream.getMaxLength() in favor of 
getMaxCount()).</action>
       <action dev="ggregory" type="fix" issue="IO-818" due-to="Gary 
Gregory">NullInputStream breaks InputStream's read method contract.</action>
+      <action dev="ggregory" type="fix"                due-to="Elliotte Rusty 
Harold">Javadoc shouldn't reference 1.x behavior #539.</action>
       <!-- Add -->
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add and use PathUtils.getFileName(Path, Function&lt;Path, 
R&gt;).</action>
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add and use PathUtils.getFileNameString().</action>

Reply via email to