diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2016-07-26 23:33:48 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2016-07-26 23:39:42 +0200 |
commit | 01a7f34edc5d09d800f43e4fee966b2e7ea6ad3e (patch) | |
tree | 38f1659c65e918db43154b3444b7e1aac7268ed1 /NEWS | |
parent | 3e4e9e2c7682efb46d5bc25b7e640ab1cfd5f17e (diff) |
Get files ready for 1.4 release1.4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +changes from 1.3 to 1.4 +----------------------- + +* add modules for the following number formats: + - NIF (Numéro d'Immatriculation Fiscale, French tax identification number) + provided by Dimitri Papadopoulos + - NIR (French personal identification number) provided by Dimitri + Papadopoulos + - SIRET (a French company establishment identification number) provided by + Yoann Aubineau + - NHS (United Kingdom National Health Service patient identifier) + - T.C. Kimlik No. (Turkish personal identification number) +* add an implementation of the Damm algorithm +* ensure data files are properly closed +* documentation improvements +* extend test suite +* a number of minor bug fixes and improvements + + changes from 1.2 to 1.3 ----------------------- |