Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 2018.9.1 (18 Oct 2018)

### Fixes

1. Disable activation of conda environments in PowerShell.
([#2732](https://github.com/Microsoft/vscode-python/issues/2732))
1. Add logging along with some some improvements to the load times of the extension.
([#2827](https://github.com/Microsoft/vscode-python/issues/2827))
1. Stop `normalizationForInterpreter.py` script from returning CRCRLF line-endings.
([#2857](https://github.com/Microsoft/vscode-python/issues/2857))

### Code Health

1. Add ability to publish extension builds from `release` branches into the blob store.
([#2874](https://github.com/Microsoft/vscode-python/issues/2874))


## 2018.9.0 (9 Oct 2018)

### Thanks
Expand Down
1 change: 0 additions & 1 deletion news/2 Fixes/2732.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2827.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/2857.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/2874.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "python",
"displayName": "Python",
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.",
"version": "2018.9.0",
"version": "2018.9.1",
"publisher": "ms-python",
"author": {
"name": "Microsoft Corporation"
Expand Down