Skip to content

Commit 24b60ec

Browse files
authored
Release branch: updating change log and package json (#8570)
* Change version numbers * Update package lock json * Update changelog
1 parent b176196 commit 24b60ec

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

CHANGELOG.md

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

3-
## 2019.11.0-rc (7 November 2019)
3+
## 2019.11.0 (13 November 2019)
44

55
### Enhancements
66

@@ -113,6 +113,12 @@
113113
([#8296](https://github.com/Microsoft/vscode-python/issues/8296))
114114
1. Correctly transition markdown cells into code cells.
115115
([#8386](https://github.com/Microsoft/vscode-python/issues/8386))
116+
1. Fix cells being erased when saving and then changing focus to another cell.
117+
([#8399](https://github.com/Microsoft/vscode-python/issues/8399))
118+
1. Add a white background for most non-text mimetypes. This lets stuff like Atlair look good in dark mode.
119+
([#8423](https://github.com/Microsoft/vscode-python/issues/8423))
120+
1. Export to python button is blue in native editor.
121+
([#8424](https://github.com/Microsoft/vscode-python/issues/8424))
116122

117123
### Code Health
118124

news/2 Fixes/8399.md

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

news/2 Fixes/8423.md

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

news/2 Fixes/8424.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2019.11.0-rc",
6-
"languageServerVersion": "0.4.71",
5+
"version": "2019.11.0",
6+
"languageServerVersion": "0.4.114",
77
"publisher": "ms-python",
88
"author": {
99
"name": "Microsoft Corporation"

0 commit comments

Comments
 (0)