summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@whiskeymedia.com>2011-07-13 13:26:26 -0700
committerandy <andy@whiskeymedia.com>2011-07-13 13:26:26 -0700
commit1f17b7538e490a5b5b19ee65e75b2f550e21a919 (patch)
treeef5bbe3f927197103dd18e0492278e11668cf76c
parent89da5539210a0309bd0b7ed3d805ca6ab4a28fb2 (diff)
downloadredis-py-1f17b7538e490a5b5b19ee65e75b2f550e21a919.tar.gz
credit to Randall Leeds and David Wolever
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e91b8da..0d63f9b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,7 +14,8 @@
the base client class will result in a deprecation warning. After
WATCHing one or more keys, the pipeline will be placed in immediate
execution mode until UNWATCH or MULTI are called. Refer to the new
- pipeline docs in the README for more information.
+ pipeline docs in the README for more information. Thanks to David Wolever
+ and Randall Leeds for greatly helping with this.
* 2.4.5
* The PythonParser now works better when reading zero length strings.
* 2.4.4