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.