From c9c1d80817b1e5a8cf6bda05512e93d96bf21d0a Mon Sep 17 00:00:00 2001 From: Jaime Wren Date: Fri, 14 Feb 2025 13:09:43 -0800 Subject: [PATCH] Prep the CHANGELOG.md for M84 https://github.com/flutter/flutter-intellij/milestone/96 https://plugins.jetbrains.com/plugin/9212-flutter/edit/versions --- CHANGELOG.md | 8 ++++++++ resources/META-INF/plugin.xml | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b628fb06b..b6550b77e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 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-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) + # 83 - First version for Meerkat, Android Studio 2024.3 (#7799) - Message in the Flutter Outline window that the window is now deprecated (#7778) diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index d00c39b3b..a9bf4d5b4 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -44,6 +44,15 @@ 84 +

83