diff options
| author | Henry <mail@henrygressmann.de> | 2026-06-29 23:36:15 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-06-29 23:36:15 +0200 |
| commit | 71e8948fbde0a6fd61195501fd4a89609c402bbb (patch) | |
| tree | 1e24a1afb70d73c511b66798aca10e049ea87166 /CHANGELOG.md | |
| parent | 5f74d5bc5cd0870a42342210c62d7257a0dd8458 (diff) | |
chore: v0.9.1
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c615738..c1dc0e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.9.1] - 2026-06-29 ### Added @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Direct `Function::call` and `Function::call_resumable` calls during an active invocation now trap instead of corrupting the active call/value stacks +- Direct `Function::call` and `Function::call_resumable` calls during an active invocation now trap instead of corrupting the active call/value stacks. While this is technically a breaking change, it prevents stack corruption and is a necessary safety fix. Use `FuncContext::call` or `FuncContext::call_untyped` for reentrant calls instead. ## [0.9.0] - 2026-05-05 |
