Skip to content

Commit dd8c2f1

Browse files
authored
Merge in backpublished 1.9.6 changelog (flutter#97)
2 parents dfd5be6 + 8a86c36 commit dd8c2f1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.10.0-nullsafety.7-dev
2+
13
## 1.10.0-nullsafety.6
24

35
* Fix bug parsing asynchronous suspension gap markers at the end of stack
@@ -30,6 +32,14 @@
3032

3133
* Opt in to null safety.
3234

35+
## 1.9.6 (backpublish)
36+
37+
* Fix bug parsing asynchronous suspension gap markers at the end of stack
38+
traces. (Also fixed separately in 1.10.0-nullsafety.3)
39+
* Fix bug parsing asynchronous suspension gap markers at the end of stack
40+
traces, when parsing with `Trace.parse` and `Chain.parse`. (Also fixed
41+
separately in 1.10.0-nullsafety.6)
42+
3343
## 1.9.5
3444

3545
* Parse the format for `data:` URIs that the Dart VM has used since `2.2.0`.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stack_trace
2-
version: 1.10.0-nullsafety.6
2+
version: 1.10.0-nullsafety.7-dev
33
description: A package for manipulating stack traces and printing them readably.
44
homepage: https://github.com/dart-lang/stack_trace
55

0 commit comments

Comments
 (0)