summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2020-04-09 16:08:55 -0700
committerAndy McCurdy <andy@andymccurdy.com>2020-04-09 16:09:46 -0700
commit98242bb8dae5285494ec9eb9f9b945556a16bb6a (patch)
tree01ab5ddbcdfc23ad92a36c71a8ab914f933a63d9 /CHANGES
parent7fab03a1d5d701cb1dea25b8a81284ee96a51384 (diff)
parent0f4ed59120221df99d916d13d52903a2c6b84ffa (diff)
downloadredis-py-jdufresne-pypy.tar.gz
Add testing and support for PyPyjdufresne-pypy
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3670f6f..4453ff2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,7 @@
default), Lock.extend() adds the `additional_time` to the lock's existing
TTL. When replace_ttl=True, the lock's existing TTL is replaced with
the value of `additional_time`.
+ * Add testing and support for PyPy.
* 3.4.1
* Move the username argument in the Redis and Connection classes to the
end of the argument list. This helps those poor souls that specify all