summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2010-12-15 21:53:58 -0700
committerSean Reifschneider <jafo@tummy.com>2010-12-15 21:53:58 -0700
commit6d6c2afd8e3d88b9f9e0648372e1a49eb1e5819d (patch)
treec482f0ab315ba88faae78463822c8434e881a19d /ChangeLog
parent6c9aa30ac7c12d77cd7b6d97f4ba18d783e6367a (diff)
downloadpython-memcached-6d6c2afd8e3d88b9f9e0648372e1a49eb1e5819d.tar.gz
Bug #529855: Server host can now be bare host without ":<port>".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de99e26..dd12ab1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ * Fixing Bug #529855: Server host can now be bare host without ":<port>".
+ Fix proposed by Roger Binns.
+
* Fixing Bug #491164: Typo fix, "compession" -> "compRession".
* Fixing Bug #509712: "TypeError: 'NoneType' object is unsubscriptable"