From 82bd90a17ed7a49d840ccb76940caee4d63fe88b Mon Sep 17 00:00:00 2001 From: Joachim Krech <8290187+jkrech@users.noreply.github.com> Date: Mon, 10 Nov 2025 08:19:35 +0100 Subject: [PATCH] CHANGELOG for version 1.62 Document most relevant updates included in Version 1.62 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e74f2..de7b5ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] +- Updates: + + - CMSIS-Toolbox v2.12.0 is required by this update of the extension + - The [**Manage Solution**]() dialog now manages `target sets`, a selection of images and debug configurations for the selected `target-type`. + - Added support for [**West Projects**]() introduced in CMSIS-Toolbox v2.12.0 + +- Solved issues: + + - Updating `launch.json` and `tasks.json` files does preserve comments. + +- Known issues: + + - Updating YAML Input files like `*.csolution.yml` through dialog views does not preserve indentation of trailing comments. + ## 1.60.0 - Updates: