We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9c257 commit 3e11a80Copy full SHA for 3e11a80
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 61.1
2
+- Add null check for manager (#5799)
3
+
4
# 61.0
5
- Make console stack traces expandable (#5777)
6
- Do hot reload on auto-save (#5774)
resources/META-INF/plugin.xml
@@ -45,6 +45,10 @@
45
46
<change-notes>
47
<![CDATA[
48
+<h1>61.1</h1>
49
+<ul>
50
+ <li>Add null check for manager (#5799)</li>
51
+</ul>
52
<h1>61.0</h1>
53
<ul>
54
<li>Make console stack traces expandable (#5777)</li>
0 commit comments