note recent change

master
Trent Mick 2014-08-25 00:37:07 -07:00
parent eaa88a74b6
commit a3e7081be6
3 changed files with 9 additions and 0 deletions

View File

@ -14,3 +14,4 @@ Johan Nordberg (https://github.com/jnordberg)
https://github.com/timborodin
Ryan Graham (https://github.com/rmg)
Alex Kocharin (https://github.com/rlidwka)
Andrei Neculau (https://github.com/andreineculau)

View File

@ -8,6 +8,10 @@ Known issues:
## bunyan 1.0.1 (not yet released)
- [issues #105, #138, #151] Export `<Logger>.addStream(...)` and
`<Logger>.addSerializers(...)` to be able to add them after Logger creation.
Thanks @andreineculau!
- [issue #159] Fix bad handling in construtor guard intending to allow
creation without "new": `var log = Logger(...)`. Thanks @rmg!

View File

@ -3,6 +3,10 @@
- `tail -f`-like support
- 1.0 with `v: 1` in log records. Fwd/bwd compat in `bunyan` CLI
# docs
- document log.addStream() and log.addSerializers()
# someday/maybe