Skip to content

Commit

Permalink
Update the CHANGELOG.md for a version 82.1 release (#7764)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwren authored Nov 4, 2024
1 parent 451654b commit d332ef2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 82.1
- Fix for Cannot invoke "com.intellij.openapi.wm.ToolWindow.setAvailable(boolean)" issue -- thanks to @parlough (#7691)
- New SDK notification to notify of old Flutter SDK usage (#7763)
- Progress on migrating off of old IDEA APIs (#7718)
- Significant code cleanup

# 82
- Various DevTools integration improvements (#7626) (#7621)
- Removal of the old Performance page, now replaced by DevTools (#7624)
Expand Down
7 changes: 7 additions & 0 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@

<change-notes>
<![CDATA[
<h1>82.1</h1>
<ul>
<li>Fix for Cannot invoke &quot;com.intellij.openapi.wm.ToolWindow.setAvailable(boolean)&quot; issue -- thanks to @parlough (#7691)</li>
<li>New SDK notification to notify of old Flutter SDK usage (#7763)</li>
<li>Progress on migrating off of old IDEA APIs (#7718)</li>
<li>Significant code cleanup</li>
</ul>
<h1>82</h1>
<ul>
<li>Various DevTools integration improvements (#7626) (#7621)</li>
Expand Down

0 comments on commit d332ef2

Please sign in to comment.