From cbcb8ca5b9cc1263ad63a079c68d49841071f7e4 Mon Sep 17 00:00:00 2001 From: Matt Ranney Date: Mon, 10 Sep 2012 23:00:13 -0700 Subject: [PATCH] Many contributed features and fixes, including: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Pure JavaScript reply parser that is usually faster than hiredis (Jerry Sievert) * Remove hiredis as optionalDependency from package.json. It still works if you want it. * Restore client state on reconnect, including select, subscribe, and monitor. (Ignacio Burgueño) * Fix idle event (Trae Robrock) * Many documentation improvements and bug fixes (David Trejo) --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.md b/changelog.md index 4248288ce7..8d09c7bf06 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,16 @@ Changelog ========= +## v0.8.0 - September 10, 2012 + +Many contributed features and fixes, including: + +* Pure JavaScript reply parser that is usually faster than hiredis (Jerry Sievert) +* Remove hiredis as optionalDependency from package.json. It still works if you want it. +* Restore client state on reconnect, including select, subscribe, and monitor. (Ignacio Burgueño) +* Fix idle event (Trae Robrock) +* Many documentation improvements and bug fixes (David Trejo) + ## v0.7.2 - April 29, 2012 Many contributed fixes. Thank you, contributors.