From 4496ffe8d0d2e0b7767959af7f641bc949567995 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 12 Sep 2017 22:29:44 +0200 Subject: Get files ready for 1.7 release --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'NEWS') 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 ----------------------- -- cgit v1.2.3