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
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2019.11.0-rc (7 November 2019)
## 2019.11.0 (13 November 2019)

### Enhancements

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

### Code Health

Expand Down
1 change: 0 additions & 1 deletion news/2 Fixes/8399.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8423.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/8424.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "python",
"displayName": "Python",
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
"version": "2019.11.0-rc",
"languageServerVersion": "0.4.71",
"version": "2019.11.0",
"languageServerVersion": "0.4.114",
"publisher": "ms-python",
"author": {
"name": "Microsoft Corporation"
Expand Down