note recent change
This commit is contained in:
parent
eaa88a74b6
commit
a3e7081be6
3 changed files with 9 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -14,3 +14,4 @@ Johan Nordberg (https://github.com/jnordberg)
|
||||||
https://github.com/timborodin
|
https://github.com/timborodin
|
||||||
Ryan Graham (https://github.com/rmg)
|
Ryan Graham (https://github.com/rmg)
|
||||||
Alex Kocharin (https://github.com/rlidwka)
|
Alex Kocharin (https://github.com/rlidwka)
|
||||||
|
Andrei Neculau (https://github.com/andreineculau)
|
||||||
|
|
|
@ -8,6 +8,10 @@ Known issues:
|
||||||
|
|
||||||
## bunyan 1.0.1 (not yet released)
|
## 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
|
- [issue #159] Fix bad handling in construtor guard intending to allow
|
||||||
creation without "new": `var log = Logger(...)`. Thanks @rmg!
|
creation without "new": `var log = Logger(...)`. Thanks @rmg!
|
||||||
|
|
||||||
|
|
4
TODO.md
4
TODO.md
|
@ -3,6 +3,10 @@
|
||||||
- `tail -f`-like support
|
- `tail -f`-like support
|
||||||
- 1.0 with `v: 1` in log records. Fwd/bwd compat in `bunyan` CLI
|
- 1.0 with `v: 1` in log records. Fwd/bwd compat in `bunyan` CLI
|
||||||
|
|
||||||
|
# docs
|
||||||
|
|
||||||
|
- document log.addStream() and log.addSerializers()
|
||||||
|
|
||||||
|
|
||||||
# someday/maybe
|
# someday/maybe
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue