From 87e6e74ca96f59dacc1d4d3933c6cb843dea8ea0 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Wed, 29 May 2019 10:55:01 -0700 Subject: [PATCH] Change log 6.1.4 (#9759) * Update change log for 6.1.4 Update change log for 6.1.4 * Resolve conflicts --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ccaac41..a61b3d3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -743,7 +743,21 @@ - Update `CONTRIBUTION.md` about adding an empty line after the copyright header (#7706) (Thanks @iSazonov!) - Update docs about .NET Core version `2.0` to be about version `2.x` (#7467) (Thanks @bergmeister!) -## 6.1.3 - 2019-02-19 +## 6.1.4 - 2019-05-21 + +### Build and Packaging Improvements + +- Disable debugger in System Lock down mode (Internal 8430) +- Port changes for release automation to `6.1` (Internal 8402) +- Fix `MSI` `WIX` generation (#9013) (Internal 8385) +- Update `Microsoft.PowerShell.Archive` version (Internal 8380) +- Update package version in hosting test (Internal 8374) +- Bump to `dotnet` `2.1.11` release +- Remove update build table logic from release build (Internal 8364) +- Add `AccessToken` variable to jobs that perform signing (#9351) +- Support release branches based on the forward slash separator (#8903) + +## 6.1.3 - 2019-02-14 ### Engine Updates and Fixes