From 2c0ae38fb602db2bcf6f2150c95ad2abd17814a0 Mon Sep 17 00:00:00 2001 From: Matt Ranney Date: Thu, 21 Apr 2011 16:51:31 -1000 Subject: [PATCH] Update changelog. --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 2a1707e2e9..b69e4801c8 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,7 @@ Lots of bugs fixed. * client.hmget(key, [val1, val2]) was not expanding properly [GH-66] * client.quit() while in pub/sub mode would throw an error [GH-87] * client.multi(['hmset', 'key', {foo: 'bar'}]) fails [GH-92] +* unsubscribe before subscribe would make things very confused [GH-88] ## v0.5.11 - April 7, 2011