update 6.0.1 change log (#5937)

This commit is contained in:
Travis Plunk 2018-01-22 18:33:30 -08:00 committed by GitHub
parent a603cf3867
commit 9fc7077e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View file

@ -372,6 +372,7 @@ v0.4.0
v0.5.0
v0.6.0
v6.0.0
v6.0.1
ValidateNotNullOrEmpty
WebListener
WebRequest

View file

@ -1,5 +1,19 @@
# Changelog
## v6.0.1 - 2018-01-24
### Engine updates and fixes
- Update PowerShell to use `2.0.5` dotnet core runtime and packages. (#5903, #5961) (Thanks @iSazonov!)
### Build and Packaging Improvements
- Re-release of `v6.0.0` as `v6.0.1` due to issues upgrading from pre-release versions
### Test
- Update regular expression to validate `GitCommitId` in `$PSVersionTable` to not require a pre-release tag (#5893)
## v6.0.0 - 2018-01-10
### Breaking changes