From 55dd838d770fcf20e69082f9082d55367d171f3e Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Fri, 11 Sep 2015 21:53:49 -0700 Subject: [PATCH] make sure we track changes in changelog --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 929e645156..085cdae2bf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ Changelog ========= +## Upcoming + +* [#815](https://github.com/NodeRedis/node_redis/pull/815) Consistently use new debug functionality (@BridgeAR) + ## v1.0.0 - Aug 30, 2015 * Huge issue and pull-request cleanup. Thanks Blain! (@blainsmith)