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 98e1f3b7 [IO-781] Fix CharSequenceInputStream coding exception
handling #537
98e1f3b7 is described below
commit 98e1f3b75a7ea22947da318bd8f664fde6703e88
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 26 13:59:18 2023 -0500
[IO-781] Fix CharSequenceInputStream coding exception handling #537
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a4ed6e26..17fd88c9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Gary
Gregory">BoundedInputStream.getCount() should not count EOF.</action>
<action dev="ggregory" type="fix" due-to="Elliotte Rusty
Harold, Gary Gregory">Modernize temp file creation and deletion in
DeferredFileOutputStreamTest #535.</action>
<action dev="ggregory" type="fix" due-to="Elliotte Rusty
Harold">Add PathMatcher to IOFileFilter class Javadoc #536.</action>
+ <action dev="ggregory" type="fix" issue="IO-781"
due-to="Marcono1234">Fix CharSequenceInputStream coding exception handling
#537.</action>
<!-- Add -->
<action dev="ggregory" type="add" due-to="Gary
Gregory">Add and use PathUtils.getFileName(Path, Function<Path,
R>).</action>
<action dev="ggregory" type="add" due-to="Gary
Gregory">Add and use PathUtils.getFileNameString().</action>