summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@guin.tummy.com>2009-11-27 21:40:49 -0700
committerSean Reifschneider <jafo@guin.tummy.com>2009-11-27 21:40:49 -0700
commite5ed3a4ffff0eaa456d776e74df6c63995141ed2 (patch)
treebb8e1ac3d2cfd8dce3eede9ee51aa5e6c8d3628e /ChangeLog
parentc1f57dc0d6776179be4c67d4a50f56eee80e6408 (diff)
downloadpython-memcached-e5ed3a4ffff0eaa456d776e74df6c63995141ed2.tar.gz
* Adding support for multiple deserialization formats including PHP and
JSON. Patch by Gavin M. Roy. PHP requires http://pypi.python.org/pypi/phpserialize
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba9acf0..5a96db7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ * Adding support for multiple deserialization formats including PHP and
+ JSON. Patch by Gavin M. Roy. PHP requires
+
+ http://pypi.python.org/pypi/phpserialize
+
* Patches to make memcached more garbage-collectable. Removes
"debugfunc" argument from _Host objects and changed to "debug"
boolean. Patch by John McFarlane.