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 dac23e2d0 Remove redundant action
dac23e2d0 is described below
commit dac23e2d0165cb246925c331f6882f47c27564e9
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Jun 22 11:39:56 2025 -0400
Remove redundant action
---
src/changes/changes.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1a6552c7d..a6235ad0e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,7 +47,6 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="2.20.0" date="YYYY-MM-DD" description="Version 2.19.1:
Java 8 or later is required.">
<!-- FIX -->
- <action dev="maxxedev" type="fix"
due-to="maxxedev">QueueInputStream reads all but the first byte without
waiting</action>
<action dev="ggregory" type="fix" due-to="Jesse
Glick">[javadoc] Rename parameter of ProxyOutputStream.write(int) #740.</action>
<action dev="ggregory" type="fix" issue="IO-875" due-to="Pierre Baumard,
Gary Gregory">CopyDirectoryVisitor ignores fileFilter #743.</action>
<action dev="ggregory" type="fix" due-to="Gary
Gregory">org.apache.commons.io.build.AbstractOrigin.getReader(Charset) now maps
a null Charset to the default Charset.</action>