Skip to content

Commit e35f25a

Browse files
authored
Prep for point release (#9465)
1 parent a160a49 commit e35f25a

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 2020.1.1 (9 January 2020)
4+
5+
### Enhancements
6+
7+
8+
### Fixes
9+
10+
1. Fix the Data Science "Enable Plot Viewer" setting to pass figure_formats correctly when turned off.
11+
([#9420](https://github.com/Microsoft/vscode-python/issues/9420))
12+
1. Shift+Enter can no longer send multiple lines to the interactive window.
13+
([#9437](https://github.com/Microsoft/vscode-python/issues/9437))
14+
1. Shift+Enter can no longer run code in the terminal.
15+
([#9439](https://github.com/Microsoft/vscode-python/issues/9439))
16+
1. Scrape output to get the details of the registered kernel.
17+
([#9444](https://github.com/Microsoft/vscode-python/issues/9444))
18+
19+
### Code Health
20+
21+
322
## 2020.1.0 (6 January 2020)
423

524
### Enhancements

news/2 Fixes/9420.md

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

news/2 Fixes/9437.md

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

news/2 Fixes/9439.md

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

news/2 Fixes/9444.md

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

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.1.0",
5+
"version": "2020.1.1",
66
"languageServerVersion": "0.4.114",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)