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

Side by Side Diff: CHANGELOG.md

Issue 1284983004: Also generate error when autogenerating stack traces (fix #25) (Closed) Base URL: git@github.com:dart-lang/logging.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | lib/logging.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.11.1+1
2
3 * Include default error with the auto-generated stack traces.
4
1 ## 0.11.1 5 ## 0.11.1
2 6
3 * Add support for automatically logging the stack trace on error messages. Note 7 * Add support for automatically logging the stack trace on error messages. Note
4 this can be expensive, so it is off by default. 8 this can be expensive, so it is off by default.
5 9
6 ## 0.11.0 10 ## 0.11.0
7 11
8 * Revert change in `0.10.0`. `stackTrace` must be an instance of `StackTrace`. 12 * Revert change in `0.10.0`. `stackTrace` must be an instance of `StackTrace`.
9 Use the `Trace` class from the [stack_trace package][] to convert strings. 13 Use the `Trace` class from the [stack_trace package][] to convert strings.
10 14
11 [stack_trace package]: https://pub.dartlang.org/packages/stack_trace 15 [stack_trace package]: https://pub.dartlang.org/packages/stack_trace
12 16
13 ## 0.10.0 17 ## 0.10.0
14 18
15 * Change type of `stackTrace` from `StackTrace` to `Object`. 19 * Change type of `stackTrace` from `StackTrace` to `Object`.
16 20
17 ## 0.9.3 21 ## 0.9.3
18 22
19 * Added optional `LogRecord.zone` field. 23 * Added optional `LogRecord.zone` field.
20 24
21 * Record current zone (or user specified zone) when creating new `LogRecord`s. 25 * Record current zone (or user specified zone) when creating new `LogRecord`s.
22 26
OLDNEW
« no previous file with comments | « no previous file | lib/logging.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698