Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ v6.2.0
v6.2.1
v6.2.2
v6.2.3
v6.2.4
validatenotnullorempty
versioned
versioning
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG/6.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 6.2 Changelog
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adityapatwardhan, your last commit had 1 failures in PowerShell-CI-windows
Job Cmdlet Tests.Retrieving partial output from jobs.Receive-Job will retrieve partial output, including -Keep results

Destination array was not long enough. Check the destination index, length, and the array's lower bounds. (Parameter 'destinationArray')
at <ScriptBlock>, D:\a\1\s\test\powershell\Modules\Microsoft.PowerShell.Core\Job.Tests.ps1: line 108
108:                         $results = Receive-Job -Keep $job


## 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
Expand Down