summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2018-11-29 10:26:39 -0800
committerAndy McCurdy <andy@andymccurdy.com>2018-11-29 10:26:39 -0800
commit5784bc90717d7632eabd1e0d642a5364cea4f0c8 (patch)
tree1ed6152a0c0b6722310b6c5779f426f8c673c533 /CHANGES
parent1870c26fecb44281e451cab3185f8a566fc75b0f (diff)
downloadredis-py-5784bc90717d7632eabd1e0d642a5364cea4f0c8.tar.gz
moved ssl_cert_reqs note to backwards incompatible section of changelog
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 554485e..7d86e5d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -35,6 +35,9 @@
* ZADD now requires all element names/scores be specified in a single
dictionary argument named mapping. This was required to allow the NX,
XX, CH and INCR options to be specified.
+ * ssl_cert_reqs now has a default value of 'required' by default. This
+ should make connecting to a remote Redis server over SSL more secure.
+ Thanks u2mejc
* Removed support for EOL Python 2.6 and 3.3. Thanks jdufresne
OTHER CHANGES
* Added missing DECRBY command. Thanks derek-dchu
@@ -76,9 +79,6 @@
* Added a ping() method to pubsub objects. Thanks krishan-carbon
* Fixed a bug with keys in the INFO dict that contained ':' symbols.
Thanks mzalimeni
- * ssl_cert_reqs now has a default value of 'required' by default. This
- should make connecting to a remote Redis server over SSL more secure.
- Thanks u2mejc
* Fixed the select system call retry compatibility with Python 2.x.
Thanks lddubeau
* max_connections is now a valid querystring argument for creating