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


The following commit(s) were added to refs/heads/master by this push:
     new bc3b29e  Switch on String instead of cascading if-else in 
MockResultSet #220
     new be5d30a  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-dbutils
bc3b29e is described below

commit bc3b29e291b7f8047a66b488282697b9b74a2188
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 09:24:49 2023 -0500

    Switch on String instead of cascading if-else in MockResultSet #220
---
 src/changes/changes.xml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 988b15e..790ed98 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,14 +45,11 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <release version="1.9.0" date="20YY-MM-DD" description="New features and 
bug fixes.">
       <!-- FIX -->
+      <action dev="ggregory" type="update" due-to="sanjanarampurkottur01, Gary 
Gregory">Switch on String instead of cascading if-else in MockResultSet 
#220.</action>
       <!-- ADD -->
       <!-- UPDATE -->
-      <action dev="ggregory" type="update" due-to="Gary Gregory">
-        Bump Java from 8 to 11.
-      </action>
-      <action dev="ggregory" type="update" due-to="Gary Gregory">
-        Bump commons-parent from 62 to 64.
-      </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java 
from 8 to 11.</action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
commons-parent from 62 to 64.</action>
     </release>
     <release version="1.8.1" date="2023-09-09" description="New features and 
bug fixes.">
       <!-- FIX -->

Reply via email to