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

Unified Diff: packages/logging/CHANGELOG.md

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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/AUTHORS ('k') | packages/logging/LICENSE » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..32204e715a565d13b50583bebdf499efc38b98b6
--- /dev/null
+++ b/packages/logging/CHANGELOG.md
@@ -0,0 +1,31 @@
+## 0.11.2
+
+* Added Logger.detached - a convinience factory to obtain a logger that is not
+ attached to this library's logger hierarchy.
+
+## 0.11.1+1
+
+* Include default error with the auto-generated stack traces.
+
+## 0.11.1
+
+* Add support for automatically logging the stack trace on error messages. Note
+ this can be expensive, so it is off by default.
+
+## 0.11.0
+
+* Revert change in `0.10.0`. `stackTrace` must be an instance of `StackTrace`.
+ Use the `Trace` class from the [stack_trace package][] to convert strings.
+
+[stack_trace package]: https://pub.dartlang.org/packages/stack_trace
+
+## 0.10.0
+
+* Change type of `stackTrace` from `StackTrace` to `Object`.
+
+## 0.9.3
+
+* Added optional `LogRecord.zone` field.
+
+* Record current zone (or user specified zone) when creating new `LogRecord`s.
+
« no previous file with comments | « packages/logging/AUTHORS ('k') | packages/logging/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698