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/08 14:44:19 UTC

[commons-validator] branch master updated: Added IBAN Validator for SD , BI #67

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


The following commit(s) were added to refs/heads/master by this push:
     new 3a16e06f Added IBAN Validator for SD , BI #67
3a16e06f is described below

commit 3a16e06f1298d9ec834ff463f216c6192633a7d6
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Sun Jan 8 09:44:15 2023 -0500

    Added IBAN Validator for SD , BI #67
---
 src/changes/changes.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 50bb3713..77063e96 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,13 +75,14 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="fix" dev="ggregory" due-to="John Patrick">
       Use JUnit 5 assertThrows() #92, #93, #94, #95.
     </action>
-   <!-- ADD -->
-    <action issue="VALIDATOR-477" type="update" dev="sebb">
-      Add IBAN validator for LY – Libya
+    <!-- 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>
+    <!-- REMOVE -->
     <action type="remove" dev="ggregory" due-to="John Patrick, Gary Gregory">
       Remove FindBugs, SpotBugs is in use #87.
     </action>