diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b7e4687281..ac0eeec9e2f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,8 @@ part of! ### Enhancements +1. Add the capability to have custom regex's for cell/markdown matching + ([#4065](https://github.com/Microsoft/vscode-python/issues/4065)) 1. Perform all validation checks in the background ([#3019](https://github.com/Microsoft/vscode-python/issues/3019)) 1. Watermark for Python Interactive input prompt @@ -103,6 +105,14 @@ part of! ### Fixes +1. Have the new export commands use our directory change code + ([#4140](https://github.com/Microsoft/vscode-python/issues/4140)) +1. Theme should not be exported without output when doing an export. + ([#4141](https://github.com/Microsoft/vscode-python/issues/4141)) +1. Deleting all cells should not remove the input prompt + ([#4152](https://github.com/Microsoft/vscode-python/issues/4152)) +1. Fix ctrl+c to work in code that has already been entered + ([#4168](https://github.com/Microsoft/vscode-python/issues/4168)) 1. Auto-select virtual environment in multi-root workspaces ([#3501](https://github.com/Microsoft/vscode-python/issues/3501)) 1. Validate interpreter in multi-root workspaces @@ -187,6 +197,8 @@ part of! ### Code Health +1. Fix build issue with code.tsx + ([#4156](https://github.com/Microsoft/vscode-python/issues/4156)) 1. Expose an event to notify changes to settings instead of casting settings to concrete class. ([#642](https://github.com/Microsoft/vscode-python/issues/642)) 1. Created system test to ensure terminal gets activated with anaconda environment diff --git a/news/1 Enhancements/4065.md b/news/1 Enhancements/4065.md deleted file mode 100644 index 6b1a65b36549..000000000000 --- a/news/1 Enhancements/4065.md +++ /dev/null @@ -1 +0,0 @@ -Add the capability to have custom regex's for cell/markdown matching diff --git a/news/2 Fixes/4140.md b/news/2 Fixes/4140.md deleted file mode 100644 index cc07247c8cd7..000000000000 --- a/news/2 Fixes/4140.md +++ /dev/null @@ -1 +0,0 @@ -Have the new export commands use our directory change code \ No newline at end of file diff --git a/news/2 Fixes/4141.md b/news/2 Fixes/4141.md deleted file mode 100644 index 339e347fe479..000000000000 --- a/news/2 Fixes/4141.md +++ /dev/null @@ -1 +0,0 @@ -Theme should not be exported without output when doing an export. diff --git a/news/2 Fixes/4152.md b/news/2 Fixes/4152.md deleted file mode 100644 index d3d6ef44ce7d..000000000000 --- a/news/2 Fixes/4152.md +++ /dev/null @@ -1 +0,0 @@ -Deleting all cells should not remove the input prompt diff --git a/news/2 Fixes/4168.md b/news/2 Fixes/4168.md deleted file mode 100644 index 521375523577..000000000000 --- a/news/2 Fixes/4168.md +++ /dev/null @@ -1 +0,0 @@ -Fix ctrl+c to work in code that has already been entered diff --git a/news/3 Code Health/4156.md b/news/3 Code Health/4156.md deleted file mode 100644 index 8b6b27833313..000000000000 --- a/news/3 Code Health/4156.md +++ /dev/null @@ -1 +0,0 @@ -Fix build issue with code.tsx