note recent change

master
Trent Mick 2014-08-25 00:20:08 -07:00
parent a051565ced
commit 2e1d85a3cb
2 changed files with 5 additions and 0 deletions

View File

@ -12,3 +12,5 @@ Chakrit Wichian (https://github.com/chakrit)
Patrick Mooney (https://github.com/pfmooney)
Johan Nordberg (https://github.com/jnordberg)
https://github.com/timborodin
Ryan Graham (https://github.com/rmg)
Alex Kocharin (https://github.com/rlidwka)

View File

@ -8,6 +8,9 @@ Known issues:
## bunyan 1.0.1 (not yet released)
- [issue #159] Fix bad handling in construtor guard intending to allow
creation without "new": `var log = Logger(...)`. Thanks @rmg!
- [issue #156] Smaller install size via .npmignore file.
- [issue #126, #161] Ignore SIGINT (Ctrl+C) when processing stdin. `...| bunyan`