summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRune Halvorsen <runefh@gmail.com>2010-09-09 17:06:23 +0200
committerRune Halvorsen <runefh@gmail.com>2010-09-09 17:06:23 +0200
commit46b4e8aa66c34cd1a3fe4c710e325d5f938baae2 (patch)
tree0d74bb81e58ad94e7b71b65150edc9bf1e22365e /CHANGELOG
parentf7bdd5e9b5ebf1d3444bf4877308ba9e96f04556 (diff)
downloadanyjson-46b4e8aa66c34cd1a3fe4c710e325d5f938baae2.tar.gz
Bumped version, updated changelog0.2.5
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a1f6d01..e785cac 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -38,4 +38,11 @@
* 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
+ to use real life data for tests.
+
+0.2.5
+
+ * Added loads and dumps methods so anyjson can be used interchangably
+ with the stdlib json module. Note: The original methods are still
+ in place. Nothing from the 0.2.4 API is changed, removed or deprecated
+ in this release.