Skip to content

Commit

Permalink
Changelog for 0.62.0 (#4674)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 authored Mar 27, 2023
1 parent de2c177 commit 3787394
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.62.0

### Changes

- Pull requests can be opened on vscode.dev from the Pull Requests view.
- Collapse state is preserved in the Issues view.
- There's a new setting to check the "auto-merge" checkbox in the Create view: `githubPullRequests.setAutoMerge`.

### Fixes

- Cannot remove the last label. https://github.com/microsoft/vscode-pull-request-github/issues/4634
- @type within code block rendering as link to GitHub user. https://github.com/microsoft/vscode-pull-request-github/issues/4611

**_Thank You_**

* [@Balastrong (Leonardo Montini)](https://github.com/Balastrong)
* Allow empty labels array to be pushed to set-labels to remove all of them [PR #4637](https://github.com/microsoft/vscode-pull-request-github/pull/4637)
* Allow empty array to be pushed to remove the last label [PR #4648](https://github.com/microsoft/vscode-pull-request-github/pull/4648)

## 0.60.0

### Changes
Expand Down

0 comments on commit 3787394

Please sign in to comment.