Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: packages/logging/CHANGELOG.md

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/logging/.gitignore ('k') | packages/logging/lib/logging.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « packages/logging/.gitignore ('k') | packages/logging/lib/logging.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698