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 5d7e64f35 Add test for CircularByteBuffer clear() #620
5d7e64f35 is described below

commit 5d7e64f35f14532cc486c8bd3bfec70d1f6b7267
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Wed May 8 08:22:48 2024 -0400

    Add test for CircularByteBuffer clear() #620
---
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3dbe91843..193be6015 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,8 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
     <release version="2.16.2" date="YYYY-MM-DD" description="Java 8 is 
required.">
+      <!-- ADD --> 
+      <action dev="ggregory" type="fix"                due-to="sullis">Add 
test for CircularByteBuffer clear() #620.</action>
       <!-- FIX -->
       <action dev="ggregory" type="fix"                due-to="Dependabot">Add 
missing unit tests.</action>
       <action dev="ggregory" type="fix"                
due-to="Dependabot">FileUtils.lastModifiedFileTime(File) calls 
Objects.requireNonNull() on the wrong object.</action>

Reply via email to