Skip to content

Commit 2c084f4

Browse files
authored
Add changelog for default signal handlers (emscripten-core#20345)
1 parent dce7573 commit 2c084f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ See docs/process.md for more on how version tagging works.
2929
validated at build time. (#20258)
3030
- `MAIN_THREAD_EM_ASM_PTR` macro added for code that returns a pointer. This
3131
mirrors the existing `EM_ASM_PTR`. (#20261)
32+
- Emscripten now implements default POSIX signal handlers. These can
33+
terminate or abort the program in response to `raise` cals. (#20257)
3234

3335
3.1.46 - 09/15/23
3436
-----------------

0 commit comments

Comments
 (0)