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

Side by Side Diff: mojo/public/dart/third_party/logging/CHANGELOG.md

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 ## 0.11.1+1
2
3 * Include default error with the auto-generated stack traces.
4
5 ## 0.11.1
6
7 * Add support for automatically logging the stack trace on error messages. Note
8 this can be expensive, so it is off by default.
9
10 ## 0.11.0
11
12 * Revert change in `0.10.0`. `stackTrace` must be an instance of `StackTrace`.
13 Use the `Trace` class from the [stack_trace package][] to convert strings.
14
15 [stack_trace package]: https://pub.dartlang.org/packages/stack_trace
16
17 ## 0.10.0
18
19 * Change type of `stackTrace` from `StackTrace` to `Object`.
20
21 ## 0.9.3
22
23 * Added optional `LogRecord.zone` field.
24
25 * Record current zone (or user specified zone) when creating new `LogRecord`s.
26
OLDNEW
« no previous file with comments | « mojo/public/dart/third_party/logging/AUTHORS ('k') | mojo/public/dart/third_party/logging/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698