summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2020-07-22 16:47:25 -0700
committerAndy McCurdy <andy@andymccurdy.com>2020-07-22 16:47:25 -0700
commit20ec5d771d5116f51735b1d7912447e75c8c3d53 (patch)
tree659abda8823020875de6372a6975844275d4beff
parentf001927f91ba3c22cb892bbf1e39b34fd47693bc (diff)
downloadredis-py-20ec5d771d5116f51735b1d7912447e75c8c3d53.tar.gz
changelog
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fc4de47..2988fde 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
* (in development)
* Provide a development and testing environment via docker. Thanks
@abrookins. #1365
+ * Added support for the LPOS command available in Redis 6.0.6. Thanks
+ @aparcar #1353/#1354
* 3.5.3 (June 1, 2020)
* Restore try/except clauses to __del__ methods. These will be removed
in 4.0 when more explicit resource management if enforced. #1339