diff --git a/AUTHORS b/AUTHORS index 9c777fa..3236d2c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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) diff --git a/CHANGES.md b/CHANGES.md index 2e197a4..639a13b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,10 @@ Known issues: ## bunyan 1.0.1 (not yet released) +- [issues #105, #138, #151] Export `.addStream(...)` and + `.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! diff --git a/TODO.md b/TODO.md index 969cb7f..deb3dc1 100644 --- a/TODO.md +++ b/TODO.md @@ -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