summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2014-02-08 13:32:48 -0700
committerSean Reifschneider <jafo@tummy.com>2014-02-08 13:32:48 -0700
commitdb92520d9c1f9c53fb88b1e7d560079ef28e6a6c (patch)
tree6aa7f857cb877a77aff817cbe6f2dd61683880a3
parenteae324d4fbaf3ccf1bca28626324fab5172cfd79 (diff)
downloadpython-memcached-db92520d9c1f9c53fb88b1e7d560079ef28e6a6c.tar.gz
Changelog entry for zewt patch.
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be431b5..c4d03d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+ * Allow empty server list, patch by zewt on github.
+
* If unknown flags in get request, raises a value error rather than the
code bombing out.