We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f0591 commit 8a9dc7bCopy full SHA for 8a9dc7b
pkgs/stack_trace/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.11.1
2
+
3
+* Make use of `@pragma('vm:awaiter-link')` to make package work better with
4
+ Dart VM's builtin awaiter stack unwinding. No other changes.
5
6
## 1.11.0
7
8
* Added the parameter `zoneValues` to `Chain.capture` to be able to use custom
pkgs/stack_trace/pubspec.yaml
@@ -1,5 +1,5 @@
name: stack_trace
-version: 1.11.0
+version: 1.11.1
description: A package for manipulating stack traces and printing them readably.
repository: https://github.com/dart-lang/stack_trace
0 commit comments