summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRune Halvorsen <runefh@gmail.com>2009-07-04 23:46:52 +0200
committerRune Halvorsen <runefh@gmail.com>2009-07-04 23:46:52 +0200
commit9695750da731be93894c80841153fcbc8275796a (patch)
treecdb61bafa957b93b510bc19ddd42e1f485b856c3
parent096055caab2814ff7f0a7698ea951f44fae5f785 (diff)
downloadanyjson-9695750da731be93894c80841153fcbc8275796a.tar.gz
Updated changelog
-rw-r--r--README.txt13
1 files changed, 12 insertions, 1 deletions
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
-------