From 46b01623687ccbaee2b42ce80e496fc38c0548ee Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 20 Feb 2015 14:54:57 -0800 Subject: [PATCH] prepare for 1.3.4 release --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0d20fc7..8fb4de7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ Known issues: bug](https://github.com/TooTallNate/node-gyp/issues/65). -## bunyan 1.3.4 (not yet released) +## bunyan 1.3.4 - Allow `log.child(...)` to work even if the logger is a *sub-class* of Bunyan's Logger class.