@@ -15,7 +15,39 @@ To learn more about DevTools, check out the
1515
1616## General updates
1717
18- TODO: Remove this section if there are not any general updates.
18+ * Prevent web apps from remaining paused after triggering a hot-restart from
19+ DevTools. - [ #9125 ] ( https://github.com/flutter/devtools/pull/9125 )
20+
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 )
1951
2052## Inspector updates
2153
0 commit comments