summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2014-07-06 20:04:27 -0700
committerAndy McCurdy <andy@andymccurdy.com>2014-07-06 20:04:27 -0700
commit5bb604242fe258e70742416c9907ce087a713771 (patch)
treebbfa6d2a59d63603960a4bf138ba7e5248365c86
parent55da7fd3569335354cc79ea25c7f192e78baff9f (diff)
downloadredis-py-5bb604242fe258e70742416c9907ce087a713771.tar.gz
changelog
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d1c021d..271503e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,7 @@
"encoding_errors" options.
* Fixed a compatability bug with Python 3 when sockets the server closes
a connection.
+ * Added BITPOS command. Thanks https://github.com/jettify.
* 2.10.1
* Fixed a bug where Sentinel connections to a server that's no longer a
master and receives a READONLY error will disconnect and reconnect to