note recent change

master
Trent Mick 2014-08-25 00:04:03 -07:00
parent 69c5258380
commit 6c6b6ea633
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ Known issues:
## bunyan 1.0.1 (not yet released)
- [issue #156] Smaller install size via .npmignore file.
- [issue #126, #161] Ignore SIGINT (Ctrl+C) when processing stdin. `...| bunyan`
should expect the preceding process in the pipeline to handle SIGINT. While
it is doing so, `bunyan` should continue to process any remaining output.