You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/16 16:31:13 UTC

[commons-validator] 02/02: [VALIDATOR-486] Add new countries to IBAN list: DJ, RU #88.

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

commit 698f7edb9804ce554a3d1fa6c0fb84c323a9aacd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 16 11:31:07 2023 -0500

    [VALIDATOR-486] Add new countries to IBAN list: DJ, RU #88.
---
 src/changes/changes.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9181a7c5..7b395e72 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,12 +76,15 @@ The <action> type attribute can be add,update,fix,remove.
       Use JUnit 5 assertThrows() #92, #93, #94, #95.
     </action>
     <!-- ADD -->
-    <action issue="VALIDATOR-477" type="update" dev="sebb" due-to="sebb, homebeaver">
-      Add IBAN validator for LY – Libya, SD, BI, #67.
-    </action>
     <action type="add" dev="ggregory" due-to="Dependabot, Gary Gregory">
       Add github/codeql-action.
     </action>
+    <action issue="VALIDATOR-477" type="update" dev="sebb" due-to="sebb, homebeaver">
+      Add IBAN validators for LY – Libya, SD, BI, #67.
+    </action>
+    <action issue="VALIDATOR-486" type="update" dev="sebb" due-to="tatiana-scda, Gary Gregory">
+      Add new countries to IBAN list: DJ, RU #88.
+    </action>
     <!-- REMOVE -->
     <action type="remove" dev="ggregory" due-to="John Patrick, Gary Gregory">
       Remove FindBugs, SpotBugs is in use #87.