diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df75a18c841..be0cfc9fd710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ ([#15232](https://github.com/Microsoft/vscode-python/issues/15232)) 1. Ensure target environment is activated in the terminal when running install scripts. ([#15285](https://github.com/Microsoft/vscode-python/issues/15285)) +1. Allow support for using notebook APIs in the VS code stable build. + ([#15364](https://github.com/Microsoft/vscode-python/issues/15364)) ### Code Health diff --git a/news/2 Fixes/15364.md b/news/2 Fixes/15364.md deleted file mode 100644 index 3d49c2ac9734..000000000000 --- a/news/2 Fixes/15364.md +++ /dev/null @@ -1 +0,0 @@ -Allow support for using notebook APIs in the VS code stable build.