Skip to content

Commit 9b0dbe2

Browse files
committed
Update change log for 3.93.0 release
1 parent ad65180 commit 9b0dbe2

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 5 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.93.0](#3930)
67
- [3.92.0](#3920)
78
- [3.91.0](#3910)
89
- [3.90.0](#3900)
@@ -114,6 +115,10 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
114115
- [3.0.7](#307)
115116
- [3.0.6](#306)
116117

118+
## 3.93.0
119+
- Support IntelliJ 2024.3 Beta
120+
- Support Azure Cloud Shell (Thanks for @rafaelldi)
121+
117122
## 3.92.0
118123
- Added Managed identity support for Azure Functions.
119124
- Fixed [#8473](https://github.com/microsoft/azure-tools-for-java/issues/8473): Class initialization must not depend on services. Consider using instance of the service on-demand instead.

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib-java/src/main/resources/whatsnew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<!-- Version: 3.88.0 -->
22
# What's new in Azure Toolkit for IntelliJ
3+
4+
## 3.93.0
5+
- Support IntelliJ 2024.3 Beta
6+
- Support Azure Cloud Shell (Thanks for @rafaelldi)
7+
38
## 3.92.0
49
- Added Managed identity support for Azure Functions.
510
- Fixed [#8473](https://github.com/microsoft/azure-tools-for-java/issues/8473): Class initialization must not depend on services. Consider using instance of the service on-demand instead.

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@
2727
<change-notes>
2828
<![CDATA[
2929
<html>
30-
<h2 id="3-92-0">3.92.0</h2>
30+
<h2 id="3-93-0">3.93.0</h2>
3131
<ul>
32-
<li>Added Managed identity support for Azure Functions.</li>
33-
<li>Fixed <a href="https://github.com/microsoft/azure-tools-for-java/issues/8473">#8473</a>: Class initialization must not depend on services. Consider using instance of the service on-demand instead.</li>
34-
<li>Fixed <a href="https://github.com/microsoft/azure-tools-for-java/issues/8497">#8497</a>: fix support for swap.</li>
32+
<li>Support IntelliJ 2024.3 Beta</li>
33+
<li>Support Azure Cloud Shell (Thanks for @rafaelldi)</li>
3534
</ul>
3635
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
3736
</html>

0 commit comments

Comments
 (0)