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 ~~~~~~~~~~~