| Index: packages/logging/CHANGELOG.md
|
| diff --git a/packages/logging/CHANGELOG.md b/packages/logging/CHANGELOG.md
|
| index 32204e715a565d13b50583bebdf499efc38b98b6..187dc0f1dfc12de58eaf0ac7afbb499a6f06b077 100644
|
| --- a/packages/logging/CHANGELOG.md
|
| +++ b/packages/logging/CHANGELOG.md
|
| @@ -1,6 +1,18 @@
|
| +## 0.11.3+1
|
| +
|
| +* Fixed several documentation comments.
|
| +
|
| +## 0.11.3
|
| +
|
| +* Added optional `LogRecord.object` field.
|
| +
|
| +* `Logger.log` sets `LogRecord.object` if the message is not a string or a
|
| + function that returns a string. So that a handler can access the original
|
| + object instead of just its `toString()`.
|
| +
|
| ## 0.11.2
|
|
|
| -* Added Logger.detached - a convinience factory to obtain a logger that is not
|
| +* Added Logger.detached - a convenience factory to obtain a logger that is not
|
| attached to this library's logger hierarchy.
|
|
|
| ## 0.11.1+1
|
|
|