Skip to content

Commit 08be070

Browse files
authored
Add release note for IntelliJ Toolkits 3.27.0 (#3538)
1 parent aa0e2a5 commit 08be070

File tree

2 files changed

+15
-21
lines changed

2 files changed

+15
-21
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.
44

55
- [Change Log](#change-log)
6+
- [3.27.0](#3270)
67
- [3.26.0](#3260)
78
- [3.25.0](#3250)
89
- [3.24.0](#3240)
@@ -38,6 +39,11 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
3839
- [3.0.7](#307)
3940
- [3.0.6](#306)
4041

42+
## 3.27.0
43+
44+
### Fixed
45+
- [#3316](https://github.com/microsoft/azure-tools-for-java/issues/3316), [#3322](https://github.com/microsoft/azure-tools-for-java/issues/3322), [#3334](https://github.com/microsoft/azure-tools-for-java/issues/3334), [#3337](https://github.com/microsoft/azure-tools-for-java/issues/3337), [#3339](https://github.com/microsoft/azure-tools-for-java/issues/3339), [#3346](https://github.com/microsoft/azure-tools-for-java/issues/3346), [#3385](https://github.com/microsoft/azure-tools-for-java/issues/3385), [#3387](https://github.com/microsoft/azure-tools-for-java/issues/3387) Fix Accessibility issues
46+
4147
## 3.26.0
4248

4349
### Added

PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,17 @@
2020
<change-notes>
2121
<![CDATA[
2222
<html>
23-
<h3>3.26.0</h3>
24-
<h4>Added</h4>
25-
<ul>
26-
<li>Support spark 2.4 template projects</li>
27-
<li>Introduce Spark console view message bars</li>
28-
</ul>
29-
<h4>Changed</h4>
30-
<ul>
31-
<li>Refine important message show in the error report </li>
32-
<li>Provide Spark Submission panel minimum size to help form building</li>
33-
</ul>
23+
<h3>3.27.0</h3>
3424
<h4>Fixed</h4>
3525
<ul>
36-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3308">#3308</a> Fix Scala plugin 2019.2.15
37-
regression</li>
38-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3440">#3440</a> Fix can't open Yarn UI for
39-
Aris cluster issue</li>
40-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/2414">#2414</a> Fix NPE error when open multi
41-
IntelliJ window and sign in/out.</li>
42-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3058">#3058</a> Remove duplicated error
43-
notification when auth with no subscription account</li>
44-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3454">#3454</a> Fix
45-
ArrayIndexOutOfBoundsException when pop up customer survey window</li>
26+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3316">#3316</a>, <a
27+
href="https://github.com/microsoft/azure-tools-for-java/issues/3322">#3322</a>, <a
28+
href="https://github.com/microsoft/azure-tools-for-java/issues/3334">#3334</a>, <a
29+
href="https://github.com/microsoft/azure-tools-for-java/issues/3337">#3337</a>, <a
30+
href="https://github.com/microsoft/azure-tools-for-java/issues/3339">#3339</a>, <a
31+
href="https://github.com/microsoft/azure-tools-for-java/issues/3346">#3346</a>, <a
32+
href="https://github.com/microsoft/azure-tools-for-java/issues/3385">#3385</a>, <a
33+
href="https://github.com/microsoft/azure-tools-for-java/issues/3387">#3387</a> Fix Accessibility issues</li>
4634
</ul>
4735
<p>You may get the full change log <a
4836
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

0 commit comments

Comments
 (0)