From 52aa4eecf84115bb4dc9a031280f139174ef9418 Mon Sep 17 00:00:00 2001 From: "Jason Shirk (POWERSHELL)" Date: Wed, 18 Jan 2017 13:22:49 -0800 Subject: [PATCH] Update changelog for alpha.15 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad037ee4..8d12cd9e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ========= +v6.0.0-alpha.15 - 2016-01-18 +---------------------------- +- Use parens around file length for offline files +- Fix issues with the Windows console mode (terminal emulation) and native executables +- Fix error recovery with `using module` +- Report `PlatformNotSupported` on IoT for Get/Import/Export-Counter +- Add `-Group` parameter to `Get-Verb` +- Use MB instead of KB for memory columns of `Get-Process` +- Add new escape character for ESC: `` `e`` +- Fix a small parsing issue with a here string +- Improve tab completion of types that use type accelerators +- `Invoke-RestMethod` improvements for non-XML non-JSON input +- PSRP remoting now works on CentOS without addition setup + v6.0.0-alpha.14 - 2016-12-14 ---------------------------- - Moved to .NET Core 1.1