summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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