summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2013-05-06 07:21:01 -0600
committerSean Reifschneider <jafo@tummy.com>2013-05-06 07:21:01 -0600
commit72082f85b84f60ae2be114704a98632e7e5d614b (patch)
tree7e055b2b1e5244f6f1608c98a53ffa6c3bf47033 /ChangeLog
parent07498a0243d34562709f4b3760463dbd23db2ede (diff)
downloadpython-memcached-72082f85b84f60ae2be114704a98632e7e5d614b.tar.gz
Changing check_key to check_keys.release-1.49
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3715b82..a41deff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
- * Client() now takes a "check_key" option, which defaults to True.
+Mon, 06 May 2013 07:20:21 -0600 Sean Reifschneider <jafo@tummy.com>
+
+ * 1.49 release.
+
+ * Client() now takes a "check_keys" option, which defaults to True.
If False, it disables the checking of keys to ensure they have
acceptable size and are composed of non-control characters.
Suggested by Ben Hoyt.