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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## 2020.8.0-rc (5 August 2020)
## 2020.8.0 (12 August 2020)

### Enhancements

1. Cell id and cell metadata are now passed as the metadata field for execute_request messages.
(thanks [stisa](https://github.com/stisa/))
([#13252](https://github.com/Microsoft/vscode-python/issues/13252))
1. Add "Restart Language Server" command.
([#3073](https://github.com/Microsoft/vscode-python/issues/3073))
1. Support multiple and per file interactive windows. See the description for the new 'python.dataScience.interactiveWindowMode' setting.
Expand Down
Loading