Skip to content

Commit 26bd9d6

Browse files
authored
Make a 2018.9.1 release (#2951)
1 parent 23e8976 commit 26bd9d6

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

CHANGELOG.md

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

3+
## 2018.9.1 (18 Oct 2018)
4+
5+
### Fixes
6+
7+
1. Disable activation of conda environments in PowerShell.
8+
([#2732](https://github.com/Microsoft/vscode-python/issues/2732))
9+
1. Add logging along with some some improvements to the load times of the extension.
10+
([#2827](https://github.com/Microsoft/vscode-python/issues/2827))
11+
1. Stop `normalizationForInterpreter.py` script from returning CRCRLF line-endings.
12+
([#2857](https://github.com/Microsoft/vscode-python/issues/2857))
13+
14+
### Code Health
15+
16+
1. Add ability to publish extension builds from `release` branches into the blob store.
17+
([#2874](https://github.com/Microsoft/vscode-python/issues/2874))
18+
19+
320
## 2018.9.0 (9 Oct 2018)
421

522
### Thanks

news/2 Fixes/2732.md

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

news/2 Fixes/2827.md

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

news/2 Fixes/2857.md

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

news/3 Code Health/2874.md

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

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2018.9.0",
5+
"version": "2018.9.1",
66
"publisher": "ms-python",
77
"author": {
88
"name": "Microsoft Corporation"

0 commit comments

Comments
 (0)