summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorandy <andy@andymccurdy.com>2012-06-14 11:29:48 -0700
committerandy <andy@andymccurdy.com>2012-06-14 11:29:48 -0700
commit169bf49c2b6146b55fdb0e3f9728d5c2b41ac8d0 (patch)
treee29b0ee28bc09adeb534265e4fb8088141ccfc98 /CHANGES
parent671a0b21f951bc12bfc34cb54479caf477acb551 (diff)
downloadredis-py-169bf49c2b6146b55fdb0e3f9728d5c2b41ac8d0.tar.gz
changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 67604fb..4f1a74e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
* 2.4.14 (in development)
+ * Added support for GETRANGE, thanks Jean-Philippe Caruana
* A new setting "decode_responses" specifies whether return values from
Redis commands get decoded automatically using the client's charset
value. Thanks to Frankie Dintino for the patch.