You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/19 16:38:08 UTC

[commons-validator] branch master updated: VALIDATOR-446 ISSN Validator extract ISSN from EAN-13

This is an automated email from the ASF dual-hosted git repository.

sebb 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 12628a0  VALIDATOR-446 ISSN Validator extract ISSN from EAN-13
12628a0 is described below

commit 12628a0df9293fe593f01f4bd2ce09e06388061b
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jun 19 17:37:59 2020 +0100

    VALIDATOR-446 ISSN Validator extract ISSN from EAN-13
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cb103cf..89917cc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -134,6 +134,9 @@ http://commons.apache.org/validator/dependencies.html
     <action issue="VALIDATOR-416" type="fix" dev="sebb">
     CreditCardValidator default ctor disagrees with Javadoc
     </action>
+    <action issue="VALIDATOR-446" type="add" dev="sebb" due-to="Alex">
+    ISSN Validator extract ISSN from EAN-13
+    </action>
   </release>
 
   <release version="1.6" date="2017-02-21" description="