From 7dc798f41c0e64acc35b777fe61645906968acb9 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Tue, 20 Jul 2021 11:48:19 -0700 Subject: [PATCH] Update change log for release. --- CHANGELOG.md | 6 +++++- news/1 Enhancements/16461.md | 1 - news/2 Fixes/16723.md | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 news/1 Enhancements/16461.md delete mode 100644 news/2 Fixes/16723.md 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.