Switch on String instead of cascading if-else in MockResultSet #220
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 @@
   <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 -->