Skip to content

Commit edef3bd

Browse files
author
Anna Gringauze
authored
Prep to publish dwds (#1377)
1 parent b5f1214 commit edef3bd

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

dwds/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## 11.2.0-dev
1+
## 11.2.0
22

33
- Throw `SentinelException` instead of `RPCError` on vm service
44
API on unrecognized isolate.
55
- Throw `RPCError` in `getStack` if the application is not paused.
66
- Recognize `dart:ui` library when debugging flutter apps.
77
- Fix hang on hot restart when the application has a breakpoint.
8+
- Fix out of memory issue during sending debug event notifications.
89

910
## 11.1.2
1011
- Return empty library from `ChromeProxyService.getObject` for

dwds/lib/src/injected/client.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dwds
22
# Every time this changes you need to run `pub run build_runner build`.
3-
version: 11.2.0-dev
3+
version: 11.2.0
44
homepage: https://github.com/dart-lang/webdev/tree/master/dwds
55
description: >-
66
A service that proxies between the Chrome debug protocol and the Dart VM

0 commit comments

Comments
 (0)