changelog for previous commit

master
Trent Mick 2016-02-28 22:42:47 -08:00
parent cf1926fef6
commit 1ed8ed43f7
1 changed files with 3 additions and 0 deletions

View File

@ -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.