From 835e9458f7cc64d7007ee2ca49d187ecb4c8128f Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Wed, 10 Oct 2012 17:15:19 -0700 Subject: [PATCH] minor edit --- CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d22ebd6..f52910d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,7 @@ ## bunyan 0.14.3 (not yet released) - Improve error serialization to walk the chain of `.cause()` errors - from the likes of `WError` or `VError` error classes from the likes of + from the likes of `WError` or `VError` error classes from [verror](https://github.com/davepacheco/node-verror) and [restify v2.0](https://github.com/mcavage/node-restify). @@ -42,12 +42,12 @@ - Export `bunyan.resolveLevel(NAME-OR-NUM)` to resolve a level name or number to its log level number value: - + > bunyan.resolveLevel('INFO') 30 > bunyan.resolveLevel('debug') 20 - + A side-effect of this change is that the uppercase level name is now allowed in the logger constructor.