summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2011-06-01 14:59:48 -0700
committerAndy McCurdy <andy@andymccurdy.com>2011-06-01 14:59:48 -0700
commit6c37ccf06cc5f8847d2ade19fb6b16503c6c4bf8 (patch)
tree6d6d5bc04a6e8c92ad3bd10749d01fb4fee2b5d1
parent25acfddad36bc85e48052f073f4767009224746f (diff)
downloadredis-py-6c37ccf06cc5f8847d2ade19fb6b16503c6c4bf8.tar.gz
changelog
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3451ba0..c8413a6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+* 2.4.1 (in development)
+ * Fixed a bug in the PythonParser if disconnect is called before connect.
* 2.4.0
* WARNING: 2.4 contains several backwards incompatible changes.
* Completely refactored Connection objects. Moved much of the Redis