Skip to content

Commit 4ce41a7

Browse files
authored
Prep the CHANGELOG.md for M84 (#7942)
https://github.com/flutter/flutter-intellij/milestone/96 https://plugins.jetbrains.com/plugin/9212-flutter/edit/versions ``` # 84 - Fix the slow operation notification associated with PubRoot (#7885) - Cleanup: removal of pre Dart SDK 3.0 code (#7882) - Cleanup: removal of the deprecated Swing-- Fix the slow operation notification associated with PubRoot (#7885)based Inspector window (#7861) - Cleanup: removal of the deprecated Outline window (#7816) - Cleanup: removal of the deprecated Performance page window (#7816) - Migrated all instances of EditorNotifications.Provider to the new API (#7830) ```
1 parent 151c758 commit 4ce41a7

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 84
2+
- Fix the slow operation notification associated with PubRoot (#7885)
3+
- Cleanup: removal of pre Dart SDK 3.0 code (#7882)
4+
- Cleanup: removal of the deprecated Swing-based Inspector window (#7861)
5+
- Cleanup: removal of the deprecated Outline window (#7816)
6+
- Cleanup: removal of the deprecated Performance page window (#7816)
7+
- Migrated all instances of EditorNotifications.Provider to the new API (#7830)
8+
19
# 83
210
- First version for Meerkat, Android Studio 2024.3 (#7799)
311
- Message in the Flutter Outline window that the window is now deprecated (#7778)

resources/META-INF/plugin.xml

+9
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
4444

4545
<change-notes>
4646
<![CDATA[
47+
<h1>84</h1>
48+
<ul>
49+
<li>Fix the slow operation notification associated with PubRoot (#7885)</li>
50+
<li>Cleanup: removal of pre Dart SDK 3.0 code (#7882)</li>
51+
<li>Cleanup: removal of the deprecated Swing-based Inspector window (#7861)</li>
52+
<li>Cleanup: removal of the deprecated Outline window (#7816)</li>
53+
<li>Cleanup: removal of the deprecated Performance page window (#7816)</li>
54+
<li>Migrated all instances of EditorNotifications.Provider to the new API (#7830)</li>
55+
</ul>
4756
<h1>83</h1>
4857
<ul>
4958
<li>First version for Meerkat, Android Studio 2024.3 (#7799)</li>

0 commit comments

Comments
 (0)