Skip to content

Prep the CHANGELOG.md for M84 #7942

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
9 changes: 9 additions & 0 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@

<change-notes>
<![CDATA[
<h1>84</h1>
<ul>
<li>Fix the slow operation notification associated with PubRoot (#7885)</li>
<li>Cleanup: removal of pre Dart SDK 3.0 code (#7882)</li>
<li>Cleanup: removal of the deprecated Swing-based Inspector window (#7861)</li>
<li>Cleanup: removal of the deprecated Outline window (#7816)</li>
<li>Cleanup: removal of the deprecated Performance page window (#7816)</li>
<li>Migrated all instances of EditorNotifications.Provider to the new API (#7830)</li>
</ul>
<h1>83</h1>
<ul>
<li>First version for Meerkat, Android Studio 2024.3 (#7799)</li>
Expand Down