Skip to content

Commit 76c2749

Browse files
elliettehrajwade96
authored andcommitted
Prevent web apps from freezing after hot-restarts triggered from DevTools (flutter#9125)
1 parent db827d6 commit 76c2749

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,9 @@ To learn more about DevTools, check out the
1515

1616
## General updates
1717

18-
* Prevent web apps from remaining paused after triggering a hot-restart from
18+
- Prevent web apps from remaining paused after triggering a hot-restart from
1919
DevTools. - [#9125](https://github.com/flutter/devtools/pull/9125)
2020

21-
* Added a memory pressure warning that allows you to reduce the memory usage of
22-
DevTools in order to avoid an OOM crash. -
23-
[#8989](https://github.com/flutter/devtools/pull/8989),
24-
[#8997](https://github.com/flutter/devtools/pull/8997),
25-
[#8998](https://github.com/flutter/devtools/pull/8998)
26-
27-
* Fixed various memory leaks and lifecycle issues. -
28-
[#8901](https://github.com/flutter/devtools/pull/8901),
29-
[#8902](https://github.com/flutter/devtools/pull/8902),
30-
[#8907](https://github.com/flutter/devtools/pull/8907),
31-
[#8917](https://github.com/flutter/devtools/pull/8917),
32-
[#8932](https://github.com/flutter/devtools/pull/8932),
33-
[#8933](https://github.com/flutter/devtools/pull/8933),
34-
[#8934](https://github.com/flutter/devtools/pull/8934),
35-
[#8935](https://github.com/flutter/devtools/pull/8935),
36-
[#8937](https://github.com/flutter/devtools/pull/8937),
37-
[#8953](https://github.com/flutter/devtools/pull/8953),
38-
[#8969](https://github.com/flutter/devtools/pull/8969),
39-
[#8970](https://github.com/flutter/devtools/pull/8970),
40-
[#8975](https://github.com/flutter/devtools/pull/8975)
41-
42-
* Fix a bug with the review history on disconnect experience. -
43-
[#8985](https://github.com/flutter/devtools/pull/8985)
44-
45-
* Fixed bug where DevTools would automatically resume instead of
46-
pausing on breakpoint on connection. -
47-
[#8991](https://github.com/flutter/devtools/pull/8991)
48-
49-
* Prevented text inputs from stealing focus from the IDE. -
50-
[#9091](https://github.com/flutter/devtools/pull/9091)
51-
5221
## Inspector updates
5322

5423
TODO: Remove this section if there are not any general updates.

0 commit comments

Comments
 (0)