Skip to content

Commit 4521385

Browse files
authored
Mark 2.0.27 as released (#14898)
1 parent deecb01 commit 4521385

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ to browse the changes between the tags.
1818

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

21-
2.0.27
21+
2.0.28
2222
------
2323
- Added some support for signal handling libc functions (raise, kill,
2424
sigaction, sigpending, etc). We still don't have a way to deliver signals from
2525
the outside but these at least now work for sending signals to the current
2626
thread (JS context) (#14883).
27+
28+
2.0.27 - 08/12/2021
29+
-------------------
2730
- Added `EM_ASYNC_JS` macro - similar to `EM_JS`, but allows using `await`
2831
inside the JS block and automatically integrates with Asyncify without
2932
the need for listing the declared function in `ASYNCIFY_IMPORTS` (#9709).

emscripten-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"2.0.27"
1+
"2.0.28"

0 commit comments

Comments
 (0)