Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG/6.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 6.2 Changelog

## v6.2.3 - 09/12/2019
## v6.2.3 - 2019-09-12

### Engine Updates and Fixes

Expand All @@ -15,7 +15,7 @@
- Update DotNet SDK and runtime framework version (Internal 9946)
- Fix macOS build break (#10207)

## v6.2.2 - 07/16/2019
## v6.2.2 - 2019-07-16

### Breaking Changes

Expand All @@ -36,7 +36,7 @@
- Bump `System.Net.Http.WinHttpHandler` from `4.5.3` to `4.5.4` (#9789)
- Enable building of MSIX package (#9289, #9715)

## v6.2.1 - 05/21/2019
## v6.2.1 - 2019-05-21

### Engine Updates and Fixes

Expand Down Expand Up @@ -74,7 +74,7 @@
- Add component detection to all jobs (#8964)
- Move artifacts to artifact staging directory before uploading (#9273)

## v6.2.0 - 03/28/2019
## v6.2.0 - 2019-03-28

### Breaking Changes

Expand Down
18 changes: 9 additions & 9 deletions CHANGELOG/preview.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Current preview Changelog

## v7.0.0-rc.2 - 1/16/2020
## v7.0.0-rc.2 - 2020-01-16

### Breaking Changes
- Use `ISOWeek` for week numbers in `Get-Date` accounting for leap years (#11536) (Thanks @paalbra!)
- Use `ISOWeek` for week numbers in `Get-Date` accounting for leap years #11536 (Thanks @paalbra!)

### Engine Updates and Fixes
- Revert the PRs that made `DBNull.Value` and `NullString.Value` treated as `$null` (#11584)
Expand Down Expand Up @@ -67,7 +67,7 @@
### Documentation and Help Content
- Fix broken link in debugging `README.md` (#11503)

## v7.0.0-rc.1 - 12/16/2019
## v7.0.0-rc.1 - 2019-12-16

### Breaking Changes
- Make update notification support `LTS` and default channels (#11132)
Expand Down Expand Up @@ -118,7 +118,7 @@
- Refactor change logs into one log per release (#11165)
- Fix `FWLinks` for PowerShell 7 online help documents (#11071)

## v7.0.0-preview.6 - 11/21/2019
## v7.0.0-preview.6 - 2019-11-21

### Breaking Changes

Expand Down Expand Up @@ -234,7 +234,7 @@
- Fix to `Select-String` emphasis and `Import-DscResource` in CHANGELOG.md (#10890)
- Remove the stale link from `powershell-beginners-guide.md` (#10926)

## v7.0.0-preview.5 - 10/23/2019
## v7.0.0-preview.5 - 2019-10-23

### Breaking Changes

Expand Down Expand Up @@ -342,7 +342,7 @@
- Add processor architecture to distribution request template (#10661)
- Add new PowerShell MoL book to learning PowerShell docs (#10602)

## v7.0.0-preview.4 - 09/19/2019
## v7.0.0-preview.4 - 2019-09-19

### Engine Updates and Fixes

Expand Down Expand Up @@ -414,7 +414,7 @@
- Add a reference to `PSKoans` module to Learning Resources documentation (#10369) (Thanks @vexx32!)
- Update `README.md` and `metadata.json` for `7.0.0-preview.3` (#10393)

## v7.0.0-preview.3 - 08/20/2019
## v7.0.0-preview.3 - 2019-08-20

### Breaking Changes

Expand Down Expand Up @@ -497,7 +497,7 @@
- Create `Distribution_Request` issue template (#10253)
- Fix: Removed dependency file with `Dependabot` (#10212) (Thanks @RDIL!)

## v7.0.0-preview.2 - 07/17/2019
## v7.0.0-preview.2 - 2019-07-17

### Breaking Changes

Expand Down Expand Up @@ -621,7 +621,7 @@
- Update readme `gitter` badge (#9920) (Thanks @RDIL!)
- Update `README` and `metadata.json` for `7.0.0-preview.1` release (#9767)

## v7.0.0-preview.1 - 05/30/2019
## v7.0.0-preview.1 - 2019-05-30

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion docs/testing-guidelines/PowerShellCoreTestStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Here are some statistics about our current test coverage:
- More than 1200 tests have been created to validate the PowerShell Core cmdlets

## PowerShell Cmdlets
The follow table represents the test coverage of the PowerShell Core Cmdlets in relation to the delivery platform as of 8/17/2016:
The follow table represents the test coverage of the PowerShell Core Cmdlets in relation to the delivery platform as of 2016-08-17:

| Name | Linux | Windows | Test Coverage |
|---|---|---|:---:|
Expand Down