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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new a61ffa8d Replace internal StringBuffer with StringBuilder
a61ffa8d is described below

commit a61ffa8df395a34e3b522423cea517bf4f711aab
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 10 10:22:46 2023 -0500

    Replace internal StringBuffer with StringBuilder
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 152b1420..590dcd49 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="6.8.1" date="202Y-MM-DD" description="Maintenance and 
bug fix release.">
+      <action                  type="fix" dev="ggregory" due-to="Gary 
Gregory">Replace internal StringBuffer with StringBuilder.</action>
     </release>
     <release version="6.8.0" date="2023-12-03" description="Maintenance and 
bug fix release.">
       <!-- ADD -->

Reply via email to