From f6019658e6b05be2e295b266315aa5d12d6a6021 Mon Sep 17 00:00:00 2001 From: Bryce Baril Date: Sat, 21 Dec 2013 13:53:51 -0800 Subject: [PATCH] update changelog for 0.10.0 --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 033652571b..b59b1cf78f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ Changelog ========= +## v0.10.0 - December 21, 2013 + +* Instead of throwing errors asynchronously, emit errors on client. (Bryce Baril) + ## v0.9.2 - December 15, 2013 * Regenerate commands for new 2.8.x Redis commands. (Marek Ventur)