From 5d0aac9a17912e9cd28cea3020ca50c4096c4d66 Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:18:34 -0500 Subject: [PATCH] Fix changelog inaccuracy (#4229) --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 499e969cca..b176c314ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,9 @@ - Node.js 18 is now used, requiring at minimum VSCode 1.82.0. [#4167](https://github.com/microsoft/vscode-docker/pull/4167) ### Fixed -- Instead of `python3`, the Python debugging features now use `python`. Python 2 is far out of support, and Python 3 is the default on most systems. [#4209](https://github.com/microsoft/vscode-docker/issues/4209) - Fixed some issues with the registries view. [#4182](https://github.com/microsoft/vscode-docker/issues/4182), [#4192](https://github.com/microsoft/vscode-docker/issues/4192) - Fixed an issue with Dotnet SDK container based debugging. [#4199](https://github.com/microsoft/vscode-docker/issues/4199) - ## 1.28.0 - 13 November 2023 ### Added - For certain registries, the remote image manifest can now be inspected. This has different information from inspecting an image locally. [#3996](https://github.com/microsoft/vscode-docker/issues/3996)