diff --git a/CHANGELOG.md b/CHANGELOG.md index edc6e3711e08..06094bd75be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Changelog -## 2021.7.0 (19 July 2021) +## 2021.7.0 (20 July 2021) ### Enhancements +1. Support starting a TensorBoard session with a remote URL hosting log files. + ([#16461](https://github.com/Microsoft/vscode-python/issues/16461)) 1. Sort environments in the selection quickpick by assumed usefulness. ([#16520](https://github.com/Microsoft/vscode-python/issues/16520)) @@ -24,6 +26,8 @@ ([#16607](https://github.com/Microsoft/vscode-python/issues/16607)) 1. The Jupyter Notebook extension will install any missing dependencies using Poetry or Pipenv if those are the selected environments. (thanks [Anthony Shaw](https://github.com/tonybaloney)) ([#16615](https://github.com/Microsoft/vscode-python/issues/16615)) +1. Ensure we block on autoselection when no interpreter is explictly set by user. + ([#16723](https://github.com/Microsoft/vscode-python/issues/16723)) ### Thanks diff --git a/news/1 Enhancements/16461.md b/news/1 Enhancements/16461.md deleted file mode 100644 index 58f5ca182794..000000000000 --- a/news/1 Enhancements/16461.md +++ /dev/null @@ -1 +0,0 @@ -Support starting a TensorBoard session with a remote URL hosting log files. \ No newline at end of file diff --git a/news/2 Fixes/16723.md b/news/2 Fixes/16723.md deleted file mode 100644 index 75b29c7e8244..000000000000 --- a/news/2 Fixes/16723.md +++ /dev/null @@ -1 +0,0 @@ -Ensure we block on autoselection when no interpreter is explictly set by user.