summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2014-09-27 15:05:00 -0600
committerSean Reifschneider <jafo@tummy.com>2014-09-27 15:05:00 -0600
commit156ee975ff6e5c69e1d6c58b09bedf03c182c5db (patch)
treec0b7ce2653524f1e4b0d7c446622454547098778 /ChangeLog
parent1f7e8a68753cd558374200a1d925df2293cea126 (diff)
downloadpython-memcached-156ee975ff6e5c69e1d6c58b09bedf03c182c5db.tar.gz
Adding changelog entry for pluggable compressors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 959d281..8fce457 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+ * Adding support for pluggable compressors. Patch by cactus on github.
+
* Adding support for "noreply". Patch by cactus on github.
* Allowing empty key in _multi() calls. Suggested by sergio97 on github.