summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRune Halvorsen <runefh@gmail.com>2010-04-15 10:16:34 +0200
committerRune Halvorsen <runefh@gmail.com>2010-04-15 10:16:34 +0200
commitb9881ea8108cba1c0ab4b645734a62ef1addd65b (patch)
tree3466fd3e68d7c816e859e377f53fc65f866a3806 /CHANGELOG
parentd542ec875aa4b6498418f32898c3849190f14923 (diff)
downloadanyjson-b9881ea8108cba1c0ab4b645734a62ef1addd65b.tar.gz
Bumped version and updated changelog0.2.4
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bfeface..a1f6d01 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -25,7 +25,7 @@
0.2.2
- * Fixed bug #2. Installation failed if there were noe compatible json
+ * Fixed bug #2. Installation failed if there were noe compatible json
implementations installed, because the module was loaeded, and threw import
exception during the install process.
@@ -33,3 +33,9 @@
* Fixed bug #3
* Fixed bug in benchmarking script
+
+0.2.4
+
+ * Added support for py-yajl (Thanks Benjamin Anderson)
+ * Improved benchmark script to test serialization performance and
+ to use real life data for tests. \ No newline at end of file