Skip to content

Commit 1f3bf4a

Browse files
authored
Add release note for IntelliJ Toolkit 3.29.0 (#3708)
* Add release note for IntelliJ Toolkit 3.29.0 * Update HDInsight change log
1 parent fbf3d63 commit 1f3bf4a

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 10 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.29.0](#3290)
67
- [3.28.0](#3280)
78
- [3.27.0](#3270)
89
- [3.26.0](#3260)
@@ -40,6 +41,15 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
4041
- [3.0.7](#307)
4142
- [3.0.6](#306)
4243

44+
## 3.29.0
45+
46+
### Added
47+
- Support IntelliJ 2019.3 EAP
48+
- Add support for Windows Java SE web apps
49+
50+
### Fixed
51+
- Improving the accessibility of IntelliJ plugin
52+
4353
## 3.28.0
4454

4555
### Changed

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

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,15 @@
2020
<change-notes>
2121
<![CDATA[
2222
<html>
23-
<h3>3.28.0</h3>
24-
<h4>Changed</h4>
23+
<h3>3.29.0</h3>
24+
<h4>Added</h4>
2525
<ul>
26-
<li>HDInsight emulator function is removed</li>
27-
<li>Upgrade Azure SDK dependencies to most new versions</li>
26+
<li>Support IntelliJ 2019.3 EAP</li>
27+
<li>Add support for Windows Java SE web apps</li>
2828
</ul>
2929
<h4>Fixed</h4>
3030
<ul>
31-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3534">#3534</a> Fix errors when starting Spark
32-
interactive console</li>
33-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3552">#3552</a> Fix Spark remote debugging
34-
regresion</li>
35-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3641">#3641</a> Fix NPE error in customer
36-
survey dialog</li>
37-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3642">#3642</a> Fix Not Found error when
38-
HDInsight refreshing</li>
39-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3643">#3643</a> Fix errors when create service
40-
principals</li>
31+
<li>Improving the accessibility of IntelliJ plugin</li>
4132
</ul>
4233
<p>You may get the full change log <a
4334
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

0 commit comments

Comments
 (0)