summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 964f6e2..1e6d1d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ * 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.
+ Also added a test to ensure that delete() works.
+
* When using set_multi and one value is too big, traceback
TypeError: 'int' object is unsubscriptable
Patch by Orjan Persson