Skip to content

Commit 69d2691

Browse files
authored
Update version and change log for release (#11279)
* Update version * Update change logs
1 parent 04ef5b7 commit 69d2691

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2020.4.0-rc (9 April 2020)
3+
## 2020.4.0 (20 April 2020)
44

55
### Enhancements
66

@@ -97,11 +97,13 @@
9797
1. Fix perf problems after running the interactive window for an extended period of time.
9898
([#10971](https://github.com/Microsoft/vscode-python/issues/10971))
9999
1. Fix problem with opening a notebook in jupyter after saving in VS code.
100-
([#11151](https://github.com/Microsoft/vscode-python/issues/11151))
100+
([#11151](https://github.com/Microsoft/vscode-python/issues/11151))
101101
1. Fix CTRL+Z and Z for undo on notebooks.
102102
([#11160](https://github.com/Microsoft/vscode-python/issues/11160))
103103
1. Fix saving to PDF for viewed plots.
104104
([#11157](https://github.com/Microsoft/vscode-python/issues/11157))
105+
1. Fix scrolling in a notebook whenever resizing or opening.
106+
([#11238](https://github.com/Microsoft/vscode-python/issues/11238))
105107

106108
### Code Health
107109

news/2 Fixes/11238.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2020.4.0-rc",
5+
"version": "2020.4.0",
66
"languageServerVersion": "0.5.30",
77
"publisher": "ms-python",
88
"enableProposedApi": false,

0 commit comments

Comments
 (0)