summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2013-11-20 06:04:05 -0500
committerBrian Aker <brian@tangent.org>2013-11-20 06:04:05 -0500
commit45154abf5ce15679bb321c70711d4b3d8be5f855 (patch)
treef515c11dddc05ec18caec49e8e382f847a361fbb /ChangeLog
parente5e68ea1b5afaf29870a5f5faf5908d32fbd1c70 (diff)
downloadlibmemcached-45154abf5ce15679bb321c70711d4b3d8be5f855.tar.gz
Allows zero as a value for retry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fbed160..19a44020 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
1.0.18
+* MEMCACHED_BEHAVIOR_RETRY_TIMEOUT can now be set to zero.
1.0.17 Tue Apr 2 14:02:01 HST 2013
* Remove c++ namespace that was being exposed (the API should be plug compatible)..