Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-09-30 10:40:18 +0200
committerArthur de Jong <arthur@arthurdejong.org>2011-09-30 10:40:18 +0200
commit6cdfb6b53b56376ad0c667a713580f6bdc5e5a1c (patch)
tree2a99630694c29b9dd25c9c07248e0d982f3b7b70 /NEWS
parent1451b4757725ebbdcfcfeb08ce9d3769af30cd4e (diff)
get files ready for 0.6 release
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@88 9dea7c4f-944c-4273-ac1a-574ede026edc
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d93f6b..814536c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+changes from 0.5 to 0.6
+-----------------------
+
+* fix a problem with handling an ISBN13 with a valid check digit but with an
+ unknown bookland prefix
+* add an IMSI (International Mobile Subscriber Identity) module
+* implement a conversion function from ISBN13 to ISBN10
+* implement an ismn.ismn_type() function
+* implement an imei.split() function that splits the number into a TAC, serial
+ number and checksum or software version
+* source code layout changes to better follow PEP8
+
+
changes from 0.4 to 0.5
-----------------------