@@ -6,9 +6,9 @@ found in the LICENSE file or at https://developers.google.com/open-source/licens
6
6
This is draft for future release notes, that are going to land on
7
7
[ the Flutter website] ( https://docs.flutter.dev/tools/devtools/release-notes ) .
8
8
9
- # DevTools 2.48 .0 release notes
9
+ # DevTools 2.49 .0 release notes
10
10
11
- The 2.48 .0 release of the Dart and Flutter DevTools
11
+ The 2.49 .0 release of the Dart and Flutter DevTools
12
12
includes the following changes among other general improvements.
13
13
To learn more about DevTools, check out the
14
14
[ DevTools overview] ( /tools/devtools/overview ) .
@@ -39,13 +39,11 @@ TODO: Remove this section if there are not any general updates.
39
39
40
40
## Network profiler updates
41
41
42
- * Fixed network logging after a hot restart. -
43
- [ #9271 ] ( https://github.com/flutter/devtools/pull/9271 ) .
42
+ TODO: Remove this section if there are not any general updates.
44
43
45
44
## Logging updates
46
45
47
- * Started displaying events related to timers in the Logging View. -
48
- [ #9238 ] ( https://github.com/flutter/devtools/pull/9238 ) .
46
+ TODO: Remove this section if there are not any general updates.
49
47
50
48
## App size tool updates
51
49
@@ -65,13 +63,9 @@ TODO: Remove this section if there are not any general updates.
65
63
66
64
## Advanced developer mode updates
67
65
68
- - Added a Queued Microtasks tab to the VM Tools screen, which allows a user to
69
- see details about the microtasks scheduled in an isolate's microtask queue.
70
- This tab currently only appears when DevTools is connected to a Flutter or
71
- Dart app started with ` --profile-microtasks ` . -
72
- [ #9239 ] ( https://github.com/flutter/devtools/pull/9239 ) .
66
+ TODO: Remove this section if there are not any general updates.
73
67
74
68
## Full commit history
75
69
76
70
To find a complete list of changes in this release, check out the
77
- [ DevTools git log] ( https://github.com/flutter/devtools/tree/v2.48 .0 ) .
71
+ [ DevTools git log] ( https://github.com/flutter/devtools/tree/v2.49 .0 ) .
0 commit comments