Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Back to previous -dev version
  • Loading branch information
natebosch committed Oct 8, 2020
commit 448dde6e7210ec1a6686fc11832ba5f3f24727f1
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
## 1.10.0-nullsafety.4-dev
## 1.10.0-nullsafety.3-dev

* Fix bug parsing asynchronous suspension gap markers at the end of stack
traces.

## 1.10.0-nullsafety.3-dev

## 1.10.0-nullsafety.2

* Forward fix for a change in SDK type promotion behavior.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stack_trace
version: 1.10.0-nullsafety.4-dev
version: 1.10.0-nullsafety.3-dev
description: A package for manipulating stack traces and printing them readably.
homepage: https://github.com/dart-lang/stack_trace

Expand Down