Skip to content

Commit dff8aba

Browse files
committed
chore: update the changelog
1 parent 52bb62c commit dff8aba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ restricting time connection establishment.
3535
### Breaking changes
3636
- Replace `network::protocol::codec::{encode_header, decode_header}` functions
3737
with `network::protocol::codec::Header::{encode, decode}` methods.
38+
- Use `extern "C-unwind"` instead of `extern "C"` for all trampolines which take `*mut ffi::lua_State`
39+
(checked with `rg 'extern "C".*lua_State'`). `tlua::error!` throws an exception to unwind the stack,
40+
hence we need to use a proper ABI to fix UB in picodata.
3841

3942
### Added (picodata)
4043

0 commit comments

Comments
 (0)