diff --git a/CHANGELOG.md b/CHANGELOG.md index 756bf52b7a9f..2fa7fa848690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2019.11.0-rc (7 November 2019) +## 2019.11.0 (13 November 2019) ### Enhancements @@ -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 diff --git a/news/2 Fixes/8399.md b/news/2 Fixes/8399.md deleted file mode 100644 index 31329e4755d3..000000000000 --- a/news/2 Fixes/8399.md +++ /dev/null @@ -1 +0,0 @@ -Fix cells being erased when saving and then changing focus to another cell. diff --git a/news/2 Fixes/8423.md b/news/2 Fixes/8423.md deleted file mode 100644 index 8879d8ae89ad..000000000000 --- a/news/2 Fixes/8423.md +++ /dev/null @@ -1 +0,0 @@ -Add a white backtground for most non-text mimetypes. This lets stuff like Atlair look good in dark mode. \ No newline at end of file diff --git a/news/2 Fixes/8424.md b/news/2 Fixes/8424.md deleted file mode 100644 index 735307663e6d..000000000000 --- a/news/2 Fixes/8424.md +++ /dev/null @@ -1 +0,0 @@ -Export to python button is blue in native editor. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 1d58919908c7..a7d83e98faa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "python", - "version": "2019.11.0-rc", + "version": "2019.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6f2edce3edd3..5131c177cb7a 100644 --- a/package.json +++ b/package.json @@ -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"