summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2019-01-27 10:46:41 -0800
committerAndy McCurdy <andy@andymccurdy.com>2019-01-27 10:46:41 -0800
commitaaf6e6b7157ffd8aca426540b471895ca25d2bf4 (patch)
tree40904509733336631f210946704bc143aec01950 /CHANGES
parentbfa2e772566e973f8329ca9754d4ef7fbdbce1b0 (diff)
downloadredis-py-aaf6e6b7157ffd8aca426540b471895ca25d2bf4.tar.gz
Fixes #1116
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 25af3a3..75ef1dc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
* 3.1.0 (in development)
+ * Fixed XREADGROUP to return an empty dictionary for messages that
+ have been deleted but still exist in the unacknowledged queue. Thanks
+ @xeizmendi. #1116
* Added an owned method to Lock objects. owned returns a boolean
indicating whether the current lock instance still owns the lock.
Thanks Dave Johansen. #1112