We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e70e33 commit 2e8af12Copy full SHA for 2e8af12
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 85.2
2
+- Fix broken devtools inspector source navigation (#8041)
3
+
4
# 85.1
5
- Fix the disappearance of the New Flutter Project menu item (#8040)
6
- Add back the device name with the running tab (#7948)
resources/META-INF/plugin.xml
@@ -48,6 +48,10 @@
48
49
<change-notes>
50
<![CDATA[
51
+<h1>85.2</h1>
52
+<ul>
53
+ <li>Fix broken devtools inspector source navigation (#8041)</li>
54
+</ul>
55
<h1>85.1</h1>
56
<ul>
57
<li>Fix the disappearance of the New Flutter Project menu item (#8040)</li>
0 commit comments