summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@whiskeymedia.com>2013-06-04 15:27:47 -0400
committerandy <andy@whiskeymedia.com>2013-06-04 15:27:47 -0400
commit5f10d8dde27cd3eaa0c99299afdfb61d5cd6a9e9 (patch)
treeac771afd1dd88376ee9f542521cc0daefd5b05f4
parent134e8e0c0e666a919cab47f1a7adffff9ba4ce7e (diff)
downloadredis-py-5f10d8dde27cd3eaa0c99299afdfb61d5cd6a9e9.tar.gz
changelog
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8ebd12b..6efd772 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+* 2.8.0 (in development)
+ * Added CONFIG RESETSTAT command. Thanks Yossi Gottlieb.
* 2.7.5
* DEL, HDEL and ZREM commands now return the numbers of keys deleted
instead of just True/False.