Skip to content

Commit 77e9e65

Browse files
committed
Add v5.3.0 changes to CHANGELOG.md
Included Mage-os support and multiple fixes such as a workaround for the "thread context was already set" exception, a typo in NewObserverDialog form, and deprecation of ActionUpdateThread.OLD_EDT on DumbAwareActions. These updates provide critical fixes and new features to enhance the plugin's functionality.
1 parent e0af1c5 commit 77e9e65

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
66

77
## 5.3.0
88

9+
### Added
10+
11+
- Mage-os support [#2081](https://github.com/magento/magento2-phpstorm-plugin/pull/2081)
12+
13+
### Fixed
14+
15+
- Workaround for "thread context was already set" exception [#2082](https://github.com/magento/magento2-phpstorm-plugin/pull/2082)
16+
- NewObserverDialog form typo [#2087](https://github.com/magento/magento2-phpstorm-plugin/pull/2087)
17+
- ActionUpdateThread.OLD_EDT deprecation on DumbAwareActions [#2088](https://github.com/magento/magento2-phpstorm-plugin/pull/2088)
18+
919
## 5.2.0
1020

1121
### Fixed

0 commit comments

Comments
 (0)