From 177b0ee9e57753a1ea4516a278c583db482e337c Mon Sep 17 00:00:00 2001 From: null Date: Sat, 7 Sep 2024 16:16:48 +0800 Subject: [PATCH] update readme for v3.19.7 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5129c..c0e911a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ All notable version changes will be recorded in this file. *** +### [v3.19.7] update + +**Fix**: + - `Chip Package`: Storage layout default value missed. + - `Unify Builder`: Fix ac6 linker options missed on macos. Thanks [@Deadline039](https://github.com/Deadline039). + +**Optimize**: + - `Unify Builder`: Use 'dotnet unify_builder.dll' instead of 'unify_builder.exe' on arm64 platform. + - `C/C++ Config Provider`: Use g++ when provide compilerPath for cpptools. + - `Other`: Append msys path to the tail of system PATH, not head. + +*** + ### [v3.19.6] update **Change**: