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 270ec1740 FileUtils#byteCountToDisplaySize() supports Zettabyte, 
Yottabyte, Ronnabyte and Quettabyte #763
270ec1740 is described below

commit 270ec1740709fb15f3014d5a33ad426dd1e8727b
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 21 10:40:00 2025 -0400

    FileUtils#byteCountToDisplaySize() supports Zettabyte, Yottabyte, Ronnabyte 
and Quettabyte #763
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f2640c613..dfbf0c393 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">When testing on Java 21 and up, enable 
-XX:+EnableDynamicAgentLoading.</action>
       <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">When testing on Java 24 and up, don't fail FileUtilsListFilesTest for 
a different behavior in the JRE.</action>
       <!-- ADD -->
+      <action dev="ggregory" type="add"                
due-to="strangelookingnerd, Gary Gregory">FileUtils#byteCountToDisplaySize() 
supports Zettabyte, Yottabyte, Ronnabyte and Quettabyte #763.</action>
+      <action dev="ggregory" type="add"                
due-to="strangelookingnerd, Gary Gregory">Add 
org.apache.commons.io.FileUtils.ONE_RB #763.</action>
+      <action dev="ggregory" type="add"                
due-to="strangelookingnerd, Gary Gregory">Add 
org.apache.commons.io.FileUtils.ONE_QB #763.</action>
       <!-- UPDATE -->
   </release>
     <release version="2.20.0" date="2025-07-13" description="Version 2.20.0: 
Java 8 or later is required.">

Reply via email to