Skip to content

Commit

Permalink
Merged PR 5747: Create 6.0.5 change log
Browse files Browse the repository at this point in the history
Create 6.0.5 change log
  • Loading branch information
TravisEz13 committed Nov 12, 2018
1 parent 7a82680 commit c162139
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v6.0.5 - 2018-11-13

### Engine updates and fixes

- Fix issue with logging the null character in `ScriptBlock` logging (Internal 5605)

### General cmdlet updates and fixes

- Use `ZipFile` and `ExtractToDirectory` APIs to extract zip file (Internal 4802)

### Build and Packaging Improvements

- Update `SignType` in signing.xml (Internal 5721)
- Port changes to pull PowerShell Gallery modules from Modules `csproj` (Internal 5713)
- Port macOS Release build changes changes from GitHub (#8189, #8188, #8185)
- Fix script path for `PowerShellPackageVsts.ps1` (#8189)
- Workaround for accessing `AzDevOps` Artifacts (#8188)
- Bump various packages to latest patch version (Internal 5675)
- Update PowerShell SDK NuGet various metadata description (Internal 4527, 4510, 4505)

## v6.0.4 - 2018-08-10

### Build and Packaging Improvements
Expand Down
2 changes: 0 additions & 2 deletions tools/releaseTools.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ class CommitNode {

if ($subject -match "\(#(\d+)\)") {
$this.PullRequest = $Matches[1]
} else {
throw "PR number is missing from the commit subject. (commit: $hash)"
}
}
}
Expand Down

0 comments on commit c162139

Please sign in to comment.