Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2017-09-12 22:29:44 +0200
committerArthur de Jong <arthur@arthurdejong.org>2017-09-12 22:46:52 +0200
commit4496ffe8d0d2e0b7767959af7f641bc949567995 (patch)
treea9ed30216593edd012d67dbd74cb674fcc21d4e8 /NEWS
parent28092b33e55b382522a4cab8d8bf881c6d47c9b2 (diff)
Get files ready for 1.7 release1.7
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d1aee8e..b71bcf2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+changes from 1.6 to 1.7
+-----------------------
+
+* add modules for the following number formats:
+ - BN (Canadian Business Number)
+ - SIN (Canadian Social Insurance Number)
+ - IdNr (Steuerliche Identifikationsnummer, German personal tax number)
+ (thanks Mohammed Salman of Holvi)
+ - Registrikood (Estonian organisation registration code)
+ (thanks Mohammed Salman of Holvi)
+ - Veronumero (Finnish individual tax number)
+ (thanks Mohammed Salman of Holvi)
+ - UPN (English Unique Pupil Number)
+* fix a bug in the Czech DIČ check digit calculation
+* fix conversion of 9 digit ISBN to ISBN13
+* fix a bug in the Damm is_valid() function
+* more validation of 13-digit ISBN values
+* more validation of ISMN values
+* various code and test improvements (100% branch coverage now)
+* documentation improvements
+
+
changes from 1.5 to 1.6
-----------------------