summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRune Halvorsen <runefh@gmail.com>2009-09-26 00:30:43 +0200
committerRune Halvorsen <runefh@gmail.com>2009-09-26 00:30:43 +0200
commit4c202eb1080976b80a3d530f8022361807f35aea (patch)
tree3030f748d647eca70961f176e693fbc12af1e78d /CHANGELOG
parent8dad30612d019f2d1f35ff8b26c7039b51ee9f90 (diff)
downloadanyjson-4c202eb1080976b80a3d530f8022361807f35aea.tar.gz
Moved metadata out of meta module as it wasn't working like it0.2.2
should. Fixes #2
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5c5b091..b686f17 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,3 +22,9 @@
* Fixed bug that rendered the lib uninstalleable with easy_install if there
was no supported json module allready installed
+
+0.2.2
+
+ * 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. \ No newline at end of file