From 1ed8ed43f7e780301441a8de5aa844ca4c94f482 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Sun, 28 Feb 2016 22:42:47 -0800 Subject: [PATCH] changelog for previous commit --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b9436d1..f322dfd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,9 @@ Known issues: ## 1.7.1 (not yet released) +- [issue #332, pull #355] Ensure stream for type='stream' stream is a writable + stream. (By Michael Nisi.) + - [issue #344] Fix "rotating-file" Bunyan streams to not miss rotations when configured for a period greater than approximately 25 days. Before this there was an issue where periods greater than node.js's maximum `setTimeout` length would fail to rotate.