Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongbo Wang <dongbow@microsoft.com>2022-03-22 00:07:57 +0300
committerDongbo Wang <dongbow@microsoft.com>2022-03-22 00:07:57 +0300
commit79559df0da7b0721d5b80bb775f806342a73afa1 (patch)
treeb61f15cbeb57c50af3cfb4f62ea59463f8858a97 /CHANGELOG
parent1268a0a04f797aa631f92ada5271f594379155af (diff)
Merged PR 19678: Update change log for v7.3.0-preview.3 releasev7.3.0-preview.3
Update change log for v7.3.0-preview.3 release
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG/preview.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md
index fab3c51cd7..0d11d0af62 100644
--- a/CHANGELOG/preview.md
+++ b/CHANGELOG/preview.md
@@ -1,5 +1,45 @@
# Current preview release
+## [7.3.0-preview.3] - 2022-03-21
+
+### Engine Updates and Fixes
+
+- Fix the parsing code for .NET method generic arguments (#16937)
+- Allow the `PSGetMemberBinder` to get value of `ByRef` property (#16956)
+- Allow a collection that contains `Automation.Null` elements to be piped to pipeline (#16957)
+
+### General Cmdlet Updates and Fixes
+
+- Add the module `CompatPowerShellGet` to the allow-list of telemetry modules (#16935)
+- Fix `Enter-PSHostProcess` and `Get-PSHostProcessInfo` cmdlets by handling processes that have exited (#16946)
+- Improve Hashtable completion in multiple scenarios (#16498) (Thanks @MartinGC94!)
+
+### Code Cleanup
+
+- Fix a typo in `CommandHelpProvider.cs` (#16949) (Thanks @eltociear!)
+
+### Tests
+
+- Update a few tests to make them more stable in CI (#16944)
+- Roll back Windows images used in testing to Windows Server 2019 (#16958)
+
+### Build and Packaging Improvements
+
+<details>
+
+<summary>
+<p>Update .NET SDK to 7.0.0-preview.2</p>
+</summary>
+
+<ul>
+<li>Update .NET to 7.0.0-preview.2 build (#16930)</li>
+<li>Update <code>AzureFileCopy</code> task and fix the syntax for specifying <code>pool</code> (#17013)</li>
+</ul>
+
+</details>
+
+[7.3.0-preview.3]: https://github.com/PowerShell/PowerShell/compare/v7.3.0-preview.2...v7.3.0-preview.3
+
## [7.3.0-preview.2] - 2022-02-24
### Engine Updates and Fixes