Skip to content

Commit fe07d80

Browse files
authored
1 parent 99b9f2b commit fe07d80

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 85.1
2+
- Fix the disappearance of the New Flutter Project menu item (#8040)
3+
- Add back the device name with the running tab (#7948)
4+
- Update the `org.jetbrains.intellij.platform` version to `2.5.0` (#8038)
5+
- Replace deprecated ComboBoxWithBrowserButton (#7931)
6+
- Fix Flutter Outline View event over-subscriptions (#7980)
7+
18
# 85
29
- Restored Test with coverage run configuration feature (#7810)
310
- Upgrade `org.jetbrains.intellij.platform` to 2.2.1 from 2.1.0 (#7936)

resources/META-INF/plugin.xml

+8
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@
4848

4949
<change-notes>
5050
<![CDATA[
51+
<h1>85.1</h1>
52+
<ul>
53+
<li>Fix the disappearance of the New Flutter Project menu item (#8040)</li>
54+
<li>Add back the device name with the running tab (#7948)</li>
55+
<li>Update the <code>org.jetbrains.intellij.platform</code> version to <code>2.5.0</code> (#8038)</li>
56+
<li>Replace deprecated ComboBoxWithBrowserButton (#7931)</li>
57+
<li>Fix Flutter Outline View event over-subscriptions (#7980)</li>
58+
</ul>
5159
<h1>85</h1>
5260
<ul>
5361
<li>Restored Test with coverage run configuration feature (#7810)</li>

0 commit comments

Comments
 (0)