From 77e9e6538331683ab5eb55881f87c0c065413928 Mon Sep 17 00:00:00 2001 From: vitaliy Date: Wed, 21 Aug 2024 22:13:05 +0300 Subject: [PATCH] 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. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4793fe78b..ff17f938f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). ## 5.3.0 +### Added + +- Mage-os support [#2081](https://github.com/magento/magento2-phpstorm-plugin/pull/2081) + +### Fixed + +- Workaround for "thread context was already set" exception [#2082](https://github.com/magento/magento2-phpstorm-plugin/pull/2082) +- NewObserverDialog form typo [#2087](https://github.com/magento/magento2-phpstorm-plugin/pull/2087) +- ActionUpdateThread.OLD_EDT deprecation on DumbAwareActions [#2088](https://github.com/magento/magento2-phpstorm-plugin/pull/2088) + ## 5.2.0 ### Fixed