Skip to content

Commit 40a28fa

Browse files
author
David Kutugata
authored
Preparation for point release (#7268)
1 parent 799344b commit 40a28fa

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

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

3+
## 2019.9.1 (6 September 2019)
4+
5+
### Fixes
6+
7+
1. Fixes to automatic scrolling on the interactive window.
8+
([#6580](https://github.com/Microsoft/vscode-python/issues/6580))
9+
310
## 2019.9.0 (3 September 2019)
411

512
### Enhancements

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2019.9.0",
5+
"version": "2019.9.1",
66
"languageServerVersion": "0.3.66",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)