summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@guin.tummy.com>2009-11-27 21:52:39 -0700
committerSean Reifschneider <jafo@guin.tummy.com>2009-11-27 21:52:39 -0700
commitcf26084c650089d0c181bb41e8316e50f619840c (patch)
tree9786f402d7ef5e128ff46a2400346cd39555c303 /ChangeLog
parente5ed3a4ffff0eaa456d776e74df6c63995141ed2 (diff)
downloadpython-memcached-cf26084c650089d0c181bb41e8316e50f619840c.tar.gz
Reverting the change for different serializers until I hear back from
author.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 0 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a96db7..ba9acf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,3 @@
- * 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.