From cadb0ea6879dbf3ab451630e7fc21522d6ff005c Mon Sep 17 00:00:00 2001 From: Rune Halvorsen Date: Sat, 4 Jul 2009 23:46:52 +0200 Subject: [PATCH] Updated changelog --- README.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index ad31a92..cbb2a91 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ Overview -------- -Imports the best available json encoder and decoder from any installed json +Imports the best available JSON encoder and decoder from any installed json module. Originally part of carrot (http://github.com/ask/carrot/) @@ -24,6 +24,17 @@ Changelog * Added benchmarking script * Added support for more serializer modules +0.2 + + * Added exception handling so that all supported modules will result in the + same exceptions being thrown. The exceptions are the same that are used + by the JSON module from python 2.7, TypeError for serialize and + ValueError for deserialize. + * '''NOTE''' API changed. the implementation property is now an object, not + a string + * Rewrote module loading code, so it's now easier to add and rearrange + JSON modules + License -------