Skip to content

Mark 2.0.27 as released #14898

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ to browse the changes between the tags.

See docs/process.md for more on how version tagging works.

2.0.27
2.0.28
------
- Added some support for signal handling libc functions (raise, kill,
sigaction, sigpending, etc). We still don't have a way to deliver signals from
the outside but these at least now work for sending signals to the current
thread (JS context) (#14883).

2.0.27 - 08/12/2021
-------------------
- Added `EM_ASYNC_JS` macro - similar to `EM_JS`, but allows using `await`
inside the JS block and automatically integrates with Asyncify without
the need for listing the declared function in `ASYNCIFY_IMPORTS` (#9709).
Expand Down
2 changes: 1 addition & 1 deletion emscripten-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"2.0.27"
"2.0.28"