From 9fd7341b2d2888e5c90ef32da76eb659da29b2b7 Mon Sep 17 00:00:00 2001 From: Bryce Baril Date: Wed, 26 Jun 2013 18:17:21 -0700 Subject: [PATCH] Changelog for 0.8.4 --- changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog.md b/changelog.md index 93fdd5b3e2..5f825a76a8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,17 @@ Changelog ========= +## v0.8.4 - June 24, 2013 +Many contributed features and fixes, including: +* Ignore password set if not needed. (jbergknoff) +* Improved compatibility with 0.10.X for tests and client.end() (Bryce Baril) +* Protect connection retries from application exceptions. (Amos Barreto) +* Better exception handling for Multi/Exec (Thanasis Polychronakis) +* Renamed pubsub mode to subscriber mode (Luke Plaster) +* Treat SREM like SADD when passed an array (Martin Ciparelli) +* Fix empty unsub/punsub TypeError (Jeff Barczewski) +* Only attempt to run a callback if it one was provided (jifeng) + ## v0.8.3 - April 09, 2013 Many contributed features and fixes, including: