Skip to content

Commit 371ccbe

Browse files
update CHANGELOG.md and change-notes.
1 parent ee36220 commit 371ccbe

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 7 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.78.1](#3781)
67
- [3.78.0](#3780)
78
- [3.77.0](#3770)
89
- [3.76.0](#3760)
@@ -98,6 +99,12 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
9899
- [3.0.7](#307)
99100
- [3.0.6](#306)
100101

102+
## 3.78.1
103+
### Fixed
104+
- Fix: error pops when starting/stopping/restarting spring app.
105+
- Fix: error pops when deleting cosmos db document.
106+
- Fix: updating firewall rules in sql database's properties editor view doesn't work.
107+
101108
## 3.78.0
102109
### Added
103110
- New UX for Azure resource connections in IntelliJ project view

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
<change-notes>
2828
<![CDATA[
2929
<html>
30+
<h3>3.78.1</h3>
31+
<h4 id="fixed">Fixed</h4>
32+
<ul>
33+
<li>Fix: error pops when starting/stopping/restarting spring app.</li>
34+
<li>Fix: error pops when deleting cosmos db document.</li>
35+
<li>Fix: updating firewall rules in sql database&#39;s properties editor view doesn&#39;t work.</li>
36+
</ul>
3037
<h3>3.78.0</h3>
3138
<h4>Added</h4>
3239
<ul>

0 commit comments

Comments
 (0)