summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2010-12-16 02:07:56 -0700
committerSean Reifschneider <jafo@tummy.com>2010-12-16 02:07:56 -0700
commit91d21a6a480005fcc1c8606d9c24705b9227fc99 (patch)
tree3433648e0dd18f60f5388d300c4cd40e7231c2b5 /ChangeLog
parent81933bc299740b7f10253abd439a719424d506fc (diff)
downloadpython-memcached-91d21a6a480005fcc1c8606d9c24705b9227fc99.tar.gz
Adding marker for 1.46 release.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e6d1d0..f64a201 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Thu, 16 Dec 2010 02:07:40 -0700 Sean Reifschneider <jafo@tummy.com>
+
* Bug #471727: Changed the delete() code to explicitly check for both
NOT_FOUND and DELETED as the responses and return successful for both.
It also logs an error if one of these two responses is not found.