diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2017-09-12 22:29:44 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2017-09-12 22:46:52 +0200 |
commit | 4496ffe8d0d2e0b7767959af7f641bc949567995 (patch) | |
tree | a9ed30216593edd012d67dbd74cb674fcc21d4e8 /NEWS | |
parent | 28092b33e55b382522a4cab8d8bf881c6d47c9b2 (diff) |
Get files ready for 1.7 release1.7
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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 ----------------------- |