Skip to content

Commit 40e77b8

Browse files
committed
Merged PR 10688: Update ChangeLog for v7.0.0-rc.1 release
Update ChangeLog for v7.0.0-rc.1 release
1 parent bb1dbca commit 40e77b8

1 file changed

Lines changed: 52 additions & 1 deletion

File tree

CHANGELOG/preview.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,57 @@
11
# Current preview Changelog
22

3-
## v7.0.0-preview.6 - 10/21/2019
3+
## v7.0.0-rc.1 - 12/16/2019
4+
5+
### Breaking Changes
6+
- Make update notification support `LTS` and default channels (#11132)
7+
8+
### Engine Updates and Fixes
9+
- Improvements in breakpoint APIs for remote scenarios (#11312)
10+
- Fix PowerShell class definition leaking into another Runspace (#11273)
11+
- Fix a regression in formatting caused by the `FirstOrDefault` primitive added in `7.0.0-Preview1` (#11258)
12+
- Additional Microsoft Modules to track in `PS7` Telemetry (#10751)
13+
- Make approved features non-experimental (#11303)
14+
- Update `ConciseView` to use `TargetObject` if applicable (#11075)
15+
- Fix `NullReferenceException` in `CompletionCompleters` public methods (#11274)
16+
- Fix apartment thread state check on non-Windows platforms (#11301)
17+
- Update setting PSModulePath to concatenate the process and machine environment variables (#11276)
18+
- Bump `.NET Core` to `3.1.0` (#11260)
19+
- Fix detection of `$PSHOME` in front of `$env:PATH` (#11141)
20+
21+
### General Cmdlet Updates and Fixes
22+
- Fix for issue on Raspbian for setting date of file changes in `UnixStat` Experimental Feature (#11313)
23+
- Add `-AsPlainText` to `ConvertFrom-SecureString` (#11142)
24+
- Added `WindowsPS` version check for `WinCompat` (#11148)
25+
- Fix error-reporting in some `WinCompat` scenarios (#11259)
26+
- Add native binary resolver (#11032) (Thanks @iSazonov!)
27+
- Update calculation of char width to respect `CJK` chars correctly (#11262)
28+
- Add `Unblock-File` for macOS (#11137)
29+
- Fix regression in `Get-PSCallStack` (#11210) (Thanks @iSazonov!)
30+
- Remove autoloading of the `ScheduledJob` module when using Job cmdlets (#11194)
31+
- Add `OutputType` to `Get-Error` cmdlet and preserve original typenames (#10856)
32+
- Fix null reference in `SupportsVirtualTerminal` property (#11105)
33+
34+
### Code Cleanup
35+
- Change comment and element text to meet Microsoft standards (#11304)
36+
37+
### Tests
38+
- Make unreliable `DSC` test pending (#11131)
39+
40+
### Build and Packaging Improvements
41+
- Fix Nuget package signing for Coordinated Package build (#11316)
42+
- Update dependencies from PowerShell Gallery and NuGet (#11323)
43+
- Bump `Microsoft.ApplicationInsights` from `2.11.0` to `2.12.0` (#11305)
44+
- Bump `Microsoft.CodeAnalysis.CSharp` from `3.3.1` to `3.4.0` (#11265)
45+
- Updates packages for Debian 10 and 11 (#11236)
46+
- Only enable experimental features prior to `RC` (#11162)
47+
- Update macOS minimum version (#11163)
48+
- Bump `NJsonSchema` from `10.0.27` to `10.0.28` (#11170)
49+
50+
### Documentation and Help Content
51+
- Refactor change logs into one log per release (#11165)
52+
- Fix `FWLinks` for PowerShell 7 online help documents (#11071)
53+
54+
## v7.0.0-preview.6 - 11/21/2019
455

556
### Breaking Changes
657

0 commit comments

Comments
 (0)