diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c194734109..da74d2e683e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 2020.1.1 (9 January 2020) + +### Enhancements + + +### Fixes + +1. Fix the Data Science "Enable Plot Viewer" setting to pass figure_formats correctly when turned off. + ([#9420](https://github.com/Microsoft/vscode-python/issues/9420)) +1. Shift+Enter can no longer send multiple lines to the interactive window. + ([#9437](https://github.com/Microsoft/vscode-python/issues/9437)) +1. Shift+Enter can no longer run code in the terminal. + ([#9439](https://github.com/Microsoft/vscode-python/issues/9439)) +1. Scrape output to get the details of the registered kernel. + ([#9444](https://github.com/Microsoft/vscode-python/issues/9444)) + +### Code Health + + ## 2020.1.0 (6 January 2020) ### Enhancements diff --git a/news/2 Fixes/9420.md b/news/2 Fixes/9420.md deleted file mode 100644 index dd271d14c9b9..000000000000 --- a/news/2 Fixes/9420.md +++ /dev/null @@ -1 +0,0 @@ -Fix the Data Science "Enable Plot Viewer" setting to pass figure_formats correctly when turned off. \ No newline at end of file diff --git a/news/2 Fixes/9437.md b/news/2 Fixes/9437.md deleted file mode 100644 index 0440859fa7d0..000000000000 --- a/news/2 Fixes/9437.md +++ /dev/null @@ -1 +0,0 @@ -Shift+Enter can no longer send multiple lines to the interactive window. \ No newline at end of file diff --git a/news/2 Fixes/9439.md b/news/2 Fixes/9439.md deleted file mode 100644 index 47c6305f5cb8..000000000000 --- a/news/2 Fixes/9439.md +++ /dev/null @@ -1 +0,0 @@ -Shift+Enter can no longer run code in the terminal. \ No newline at end of file diff --git a/news/2 Fixes/9444.md b/news/2 Fixes/9444.md deleted file mode 100644 index dcb343ce62e4..000000000000 --- a/news/2 Fixes/9444.md +++ /dev/null @@ -1 +0,0 @@ -Scrape output to get the details of the registered kernel. diff --git a/package.json b/package.json index f8fa9b599410..a33cc0488bf5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more.", - "version": "2020.1.0", + "version": "2020.1.1", "languageServerVersion": "0.4.114", "publisher": "ms-python", "author": {