mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-06-21 16:59:30 +00:00
docs: document noSignalHandler guard and #83 in 0.1.5 changelog
The v0.1.5 tag includes two commits that landed after the 0.1.5 changelog entry, so the released changelog under-reported what shipped. Backfill them so the changelog matches the tagged release. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
0a6bf6c49f
commit
d495bb26f3
@ -4,8 +4,15 @@
|
||||
|
||||
[Full changelog](https://github.com/logos-messaging/nim-ffi/compare/v0.1.4...v0.1.5)
|
||||
|
||||
### Added
|
||||
|
||||
- Compile-time guard that requires consumers to build with
|
||||
`-d:noSignalHandler`, failing the build with an actionable message so the
|
||||
Nim runtime never clobbers the foreign host's signal handling.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Foreign-host (Go) concurrency crashes (#83).
|
||||
- Recycle FFI contexts in the pool instead of tearing them down per cycle,
|
||||
stopping a per-cycle file-descriptor leak (#74).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user