Skip to content

Commit

Permalink
Switch on String instead of cascading if-else in MockResultSet #220
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 22, 2023
1 parent b003601 commit bc3b29e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit bc3b29e

Please sign in to comment.