We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a185ec3 commit 5dded78Copy full SHA for 5dded78
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.78.1
4
+
5
+### Fixes
6
7
+- Files changed doesn't properly reflect changes against non base branch. https://github.com/microsoft/vscode-pull-request-github/issues/5545
8
+- Cannot review PRs with 0.78.0 / VSCode 1.85.0, "GraphQL error: Field 'mergeQueueEntry' doesn't exist. https://github.com/microsoft/vscode-pull-request-github/issues/5544
9
10
## 0.78.0
11
12
### Changes
package.json
@@ -24,7 +24,7 @@
24
"readonlyMessage",
25
"treeViewMarkdownMessage"
26
],
27
- "version": "0.78.0",
+ "version": "0.78.1",
28
"publisher": "GitHub",
29
"engines": {
30
"vscode": "^1.85.0"
0 commit comments