Skip to content

Commit a20bf0a

Browse files
Merge pull request #6289 from microsoft/endgame-december
Endgame december for 2021.3
2 parents fd96627 + 495d883 commit a20bf0a

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,10 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
8080
### Added
8181
- Add dependency support for Azure Functions related libs, so that our plugin can be recommended.
8282
- Add actions on some error notifications, so that user knows what to do next.
83-
- Add Azure's account registration link on "Sign in" dialog.
83+
- Add account registration link in "Sign in" dialog.
8484

8585
### Changed
8686
- Performance of restoring-sign-in is improved.
87-
- MySQL: remove support for v5.6.
8887

8988
### Fixed
9089
- [#6120](https://github.com/microsoft/azure-tools-for-java/issues/6120): AzureOperationException: list all function modules in project.

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33

44
## 3.60.0
55
### Added
6-
- Add dependency support for Azure Functions related libs, so that our plugin can be recommended
6+
- Add dependency support for Azure Functions related libs, so that our plugin can be recommended.
77
- Add actions on some error notifications, so that user knows what to do next.
8-
- Add Azure account registration link one login dialog
8+
- Add account registration link in "Sign in" dialog.
99

1010
### Changed
1111
- Performance of restoring-sign-in is improved.
12-
- MySQL: remove support for v5.6.
1312

1413
### Fixed
1514
- [#6120](https://github.com/microsoft/azure-tools-for-java/issues/6120) AzureOperationException: list all function modules in project

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@
3030
<ul>
3131
<li>Add dependency support for Azure Functions related libs, so that our plugin can be recommended.</li>
3232
<li>Add actions on some error notifications, so that user knows what to do next.</li>
33-
<li>Add Azure's account registration link in login dialog.</li>
33+
<li>Add account registration link in "Sign in" dialog.</li>
3434
<ul>
3535
3636
<h4>Changed</h4>
3737
<ul>
3838
<li>Performance of restoring-sign-in is improved.</li>
39-
<li>MySQL: remove support for v5.6.</li>
4039
<ul>
4140
4241
<h4>Fixed</h4>

0 commit comments

Comments
 (0)