diff --git a/ChangeLog.md b/ChangeLog.md index d1e817b993a92..9c0316d3c5180 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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). diff --git a/emscripten-version.txt b/emscripten-version.txt index c498f3cf68c6f..751ac5b100b47 100644 --- a/emscripten-version.txt +++ b/emscripten-version.txt @@ -1 +1 @@ -"2.0.27" +"2.0.28"