diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c570fa83605..8e56126cd563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2020.1.1 (9 January 2020) +## 2020.1.1 (13 January 2020) ### Enhancements @@ -19,6 +19,10 @@ ([#9444](https://github.com/Microsoft/vscode-python/issues/9444)) 1. Update `ptvsd` debugger to version v5.0.0a11. Fixes signing for `inject_dll_x86.exe`. ([#9474](https://github.com/Microsoft/vscode-python/issues/9474)) +1. Disable use of `conda run`. + ([#9490](https://github.com/Microsoft/vscode-python/issues/9490)) +1. Revert changes related to calling `mypy` with relative paths. + ([#9496](https://github.com/Microsoft/vscode-python/issues/9496)) ### Code Health diff --git a/news/2 Fixes/9490.md b/news/2 Fixes/9490.md deleted file mode 100644 index c61cc3450333..000000000000 --- a/news/2 Fixes/9490.md +++ /dev/null @@ -1 +0,0 @@ -Disable use of `conda run`. diff --git a/news/2 Fixes/9496.md b/news/2 Fixes/9496.md deleted file mode 100644 index ec605ad8658d..000000000000 --- a/news/2 Fixes/9496.md +++ /dev/null @@ -1 +0,0 @@ -Revert changes related to calling `mypy` with relative paths.