Skip to content

Commit a9febdd

Browse files
committed
Resolve merge conflict in release notes
1 parent 23d9d05 commit a9febdd

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Copyright 2025 The Flutter Authors
33
Use of this source code is governed by a BSD-style license that can be
44
found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
55
-->
6+
67
This is a draft for future release notes that are going to land on
78
[the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes).
89

@@ -11,20 +12,19 @@ This is a draft for future release notes that are going to land on
1112
The 2.58.0 release of the Dart and Flutter DevTools
1213
includes the following changes among other general improvements.
1314
To learn more about DevTools, check out the
14-
[DevTools overview](/tools/devtools).
15+
[DevTools overview](https://docs.flutter.dev/tools/devtools).
1516

1617
## General updates
1718

1819
TODO: Remove this section if there are not any updates.
1920

2021
## Inspector updates
2122

22-
- Deleted the option to use the legacy inspector.
23-
[#9782](https://github.com/flutter/devtools/pull/9782)
23+
TODO: Remove this section if there are not any updates.
2424

2525
## Performance updates
2626

27-
- Added a message in the Performance panel when widget rebuild tracking is
27+
- Show a message in the Performance panel when widget rebuild tracking is
2828
unavailable because the app is running in profile mode. [#9755](https://github.com/flutter/devtools/pull/9755)
2929

3030
## CPU profiler updates
@@ -41,21 +41,19 @@ TODO: Remove this section if there are not any updates.
4141

4242
## Network profiler updates
4343

44-
- Added response size column to the Network tab and displayed response size in the request inspector overview.
45-
[#9744](https://github.com/flutter/devtools/pull/9744)
46-
- Improved HTTP request status classification in the Network tab to better distinguish cancelled, completed, and in-flight requests (for example, avoiding some cases where cancelled requests appeared as pending). [#9683](https://github.com/flutter/devtools/pull/9683)
44+
TODO: Remove this section if there are not any updates.
4745

4846
## Logging updates
4947

50-
- Fixed an issue where log messages containing newline characters were incorrectly split into multiple separate entries in the Logging screen. [#9757](https://github.com/flutter/devtools/pull/9757)
48+
TODO: Remove this section if there are not any updates.
5149

5250
## App size tool updates
5351

5452
TODO: Remove this section if there are not any updates.
5553

5654
## Deep links tool updates
5755

58-
- Pluralized "domain" and "path" in the validation summary notification titles when multiple errors are present. [#9790](https://github.com/flutter/devtools/pull/9790)
56+
TODO: Remove this section if there are not any updates.
5957

6058
## VS Code sidebar updates
6159

0 commit comments

Comments
 (0)