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 350123f0 [IO-781] Make CharSequenceInputStream.available() more 
correct in the face of multibyte encodings #525
350123f0 is described below

commit 350123f03434251e88a8f0fff32b9155426b4b3d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 17 16:21:08 2023 -0500

    [IO-781] Make CharSequenceInputStream.available() more correct in the
    face of multibyte encodings #525
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index db042029..d91897c5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" issue="IO-795" due-to="Miguel Munoz, 
Gary Gregory">CharSequenceInputStream.reset() only works once #520.</action>
       <action dev="ggregory" type="fix" issue="IO-825" due-to="Arthur Chan, 
Gary Gregory">Add byte array size validation for methods in EndianUtils 
#521.</action>
       <action dev="ggregory" type="fix" issue="IO-825" due-to="dkdal, Gary 
Gregory">Add missing test case CircularByteBufferTest.</action>
+      <action dev="ggregory" type="fix" issue="IO-781" due-to="Elliotte Rusty 
Harold">Make CharSequenceInputStream.available() more correct in the face of 
multibyte encodings #525.</action>
       <!-- Add -->
       <action dev="ggregory" type="fix" issue="IO-825" due-to="dkdal, Gary 
Gregory">Add and use PathUtils.getFileName(Path, Function&lt;Path, 
R&gt;).</action>
       <action dev="ggregory" type="fix" issue="IO-825" due-to="dkdal, Gary 
Gregory">Add and use PathUtils.getFileNameString().</action>

Reply via email to