From 9c68ac90b6fe5627c28048dafe9037e4495190c9 Mon Sep 17 00:00:00 2001 From: Theo Arga Date: Mon, 29 Sep 2025 16:51:51 +0200 Subject: [PATCH] Added managedC 8.5.0 related changes to changelog --- VEEPortingGuide/architectureChangelog.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/VEEPortingGuide/architectureChangelog.rst b/VEEPortingGuide/architectureChangelog.rst index ec675054d..cfd763eda 100644 --- a/VEEPortingGuide/architectureChangelog.rst +++ b/VEEPortingGuide/architectureChangelog.rst @@ -37,9 +37,26 @@ specific configuration: .. _changelog-8.4.0: +[8.5.0] - [unreleased] +---------------------- + + +SOAR +~~~~ + +- Added an appropriate error message when trying to use :ref:`wasi.threads` with missing properties or incompatible WASM executable. +- Fixed a potential crash when declaring a WASM annotated method that isn't static. + +Tools +~~~~~ + +- Added Support for WASM line numbers for the :ref:`sdk6.section.stacktrace.reader.tool`. + [8.4.0] - 2025-05-28 -------------------- +This Architecture version update introduces the support for :ref:`c_language`. + Core Engine ~~~~~~~~~~~