Skip to content
Merged
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
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ v6.1.1
v6.2.0
v6.2.1
v6.2.2
v6.2.3
validatenotnullorempty
versioned
versioning
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,21 @@
- Update docs for `6.2.0-rc.1` release (#9022)
- Update release template (#8996)

## v6.2.3 - 09/12/2019

### Engine Updates and Fixes

- Fix debugger performance regression in system lock down mode (#10269)

### Tests

- Remove `markdownlint` tests due to security issues (#10163)

### Build and Packaging Improvements

- Update DotNet SDK and runtime framework version (Internal 9946)
- Fix macOS build break (#10207)

## v6.2.2 - 07/16/2019

### Breaking Changes
Expand Down Expand Up @@ -1221,6 +1236,12 @@
- 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.6 - 2019-09-12

### Build and Packaging Improvements

- Update DotNet SDK and runtime framework version (Internal 9945)

## 6.1.5 - 2019-07-16

### Breaking changes
Expand Down