From 77af1251d878d002cd807d610b37c9c2cbf6ddfe Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Sun, 17 Mar 2024 00:18:45 +0100 Subject: [PATCH] Docs: document the PowerShellEditorServices upgrade --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b506907..bc97c6c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] (2.6.0) ### Changed +- **Requirement update!** If you set the plugin to use PowerShell (aka PowerShell Core, as opposed to Windows PowerShell), then PowerShell 7.2.11 is the minimal supported version + + The requirements related to Windows PowerShell version are not changed. - [#229](https://github.com/ant-druha/intellij-powershell/issues/229): the **PowerShell** run configuration will now save all the files before executing This fixes the cases when the started configuration wasn't using the latest version of an edited script file. - [#51: Update PowerShellEditorServices](https://github.com/ant-druha/intellij-powershell/issues/51) to v3.18.0 - +- PowerShellEditorServices have been updated to the latest v1.22.0 ### Removed - The plugin no longer bundles Plaster that was a part of an older PowerShellEditorServices distribution, even though it wasn't used by the plugin.