summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2018-12-03 14:08:01 -0800
committerAndy McCurdy <andy@andymccurdy.com>2018-12-03 14:08:01 -0800
commitd7bd3e6e6aa9ba42e796f053208dde5b3ea81b3b (patch)
treef897562751e5e439f872c3cfdda519a18a7a394e /CHANGES
parentdcb68aae42a2a223c40ba9c722676004e8bbe92e (diff)
downloadredis-py-d7bd3e6e6aa9ba42e796f053208dde5b3ea81b3b.tar.gz
rename new LockErrorNotOwned to LockNotOwnedError
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7d86e5d..a3d10b6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+* 3.0.2 (in development)
+ * Added a LockNotOwnedError that is raised when trying to extend or
+ release a lock that is no longer owned. This is a subclass of LockError
+ so previous code should continue to work as expected. Thanks Joshua
+ Harlow
+ * Fixed a bug in GEORADIUS that forced decoding of places without
+ respecting the decode_responses option. Thanks Bo Bayles
* 3.0.1
* Fixed regression with UnixDomainSocketConnection caused by 3.0.0.
Thanks Jyrki Muukkonen