Update CHANGELOG.md for 6.2.4 release (#11699)

Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
This commit is contained in:
Aditya Patwardhan 2020-01-29 14:08:09 -08:00 committed by GitHub
parent dff80d8de3
commit cb6d0f2e32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -777,6 +777,7 @@ v6.2.0
v6.2.1
v6.2.2
v6.2.3
v6.2.4
validatenotnullorempty
versioned
versioning

View file

@ -1,5 +1,20 @@
# 6.2 Changelog
## v6.2.4 - 01/27/2020
### General Cmdlet Updates and Fixes
- Enable `Start-Process` to work on Windows 7 (#10417) (Thanks @iSazonov!)
- Fix global tool issues around exit code, command line parameters, and paths with spaces (#10461)
- Make `Add-Type` usable in applications that host PowerShell (#10587)
### Build and Packaging Improvements
- Update to use `TSAv2` (#9914)
- Update the dotnet SDK install script URL in `build.psm1` (#10927)
- Update dependencies needed by Azure PowerShell and patch for `Newtonsoft.Json` (Internal 10798)
- Fix path for getting reference assemblies (Internal 10792)
## [6.2.3] - 2019-09-12
### Engine Updates and Fixes