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 3e3147215 Use Unicode escapes for superscript characters. #701
3e3147215 is described below

commit 3e314721586b099f83f553da15dc77e7a7290e69
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Mon Nov 11 13:40:01 2024 -0500

    Use Unicode escapes for superscript characters. #701
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a9666650e..cb625e2fa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" issue="IO-860" due-to="Stefan 
Feenstra, Gary Gregory">Missing reserved file names in FileSystem.WINDOWS 
(superscript digits for COM and LPT).</action>
       <action dev="ggregory" type="fix" issue="IO-856" due-to="Thomas Hartwig, 
Gary Gregory">FileUtils.listFiles(final File, String[], boolean) can throw 
NoSuchFileException #697, #699.</action>
       <action dev="ggregory" type="fix" issue="IO-859" due-to="JD Dean, Gary 
Gregory">FileUtils.forceDelete on non-existent file on Windows throws 
IOException rather than FileNotFoundException.</action>
+      <action dev="ggregory" type="fix"                due-to="Éamonn 
McManus">Use Unicode escapes for superscript characters. #701.</action> 
       <!-- ADD -->
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add @FunctionalInterface to ClassNameMatcher.</action>
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add ValidatingObjectInputStream.Builder and 
ValidatingObjectInputStream.builder().</action>

Reply via email to