From 43efc182d0efc0dbfcd0e3c449d67d13f580c569 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Sun, 8 Sep 2024 11:03:33 +0200 Subject: [PATCH] doc: desc. PowerShell support in NEWS/changes --- NEWS.rst | 2 ++ doc/source/changes.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 02ccc2afd..620f0bbc2 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -97,6 +97,8 @@ Modules 5.5.0 (not yet released) tags`. * Doc: describe in :ref:`module(1)` man page how to initialize Modules in a Ruby script. (fix issue #535) +* Add Windows PowerShell (``pwsh``) shell support. (fix issue #326 with + contribution from Simon Lukas Märtens) .. warning:: Variant names are now fully checked instead of just verifying their first character. Only characters within the ``A-Za-z0-9_-`` range are diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 56b21e1ec..86a717188 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -818,6 +818,8 @@ Package Initialization When initializing Modules, :subcmd:`refresh` the loaded modules in case some user environment is already configured. +Starting version ``5.5``, support for Windows *pwsh* shell is introduced. + Command line switches """""""""""""""""""""