summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRune Halvorsen <runefh@gmail.com>2009-07-05 00:05:27 +0200
committerRune Halvorsen <runefh@gmail.com>2009-07-05 00:05:27 +0200
commit3225fbc73ab48e8dc370fd016bf1834f01d7d22c (patch)
tree73cdd588bb10d6f96bb6c72bd0c97abdd2abb13c /CHANGELOG
parent9695750da731be93894c80841153fcbc8275796a (diff)
downloadanyjson-3225fbc73ab48e8dc370fd016bf1834f01d7d22c.tar.gz
Split up readme into separate parts.
Added readme as longdesc
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..3f7c4d6
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,19 @@
+0.1:
+
+ * Initial release
+
+0.1.1
+
+ * 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