From 04d0113224f9efac318c555c1dceccf0d0d7f8e8 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sun, 25 Aug 2013 12:05:02 +1000 Subject: [PATCH] updated changelog --- 0.7-changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/0.7-changes b/0.7-changes index 4be73d3..60a3ccc 100644 --- a/0.7-changes +++ b/0.7-changes @@ -8,3 +8,5 @@ connect logger, gelf, smtp, hookio appenders removed from core. reload configuration removed from core - use 'watchr' or something instead appenders now only need to provide configure function log4js.configure now only takes single argument (no options) +tests use mocha not vows +replaced my debug lib with tjholowaychuk's debug (more of a standard)