We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83099c9 commit 9a23e37Copy full SHA for 9a23e37
2 files changed
ChangeLog.md
@@ -18,8 +18,11 @@ to browse the changes between the tags.
18
19
See docs/process.md for more on how version tagging works.
20
21
-5.0.5 (in development)
+5.0.6 (in development)
22
----------------------
23
+
24
+5.0.5 - 04/03/26
25
+----------------
26
- C++ exceptions are now always thrown as CppException objects rather than raw
27
pointers/numbers. However, the `.message` and `.stack` fields of the thrown
28
object will only be populated if `-sEXCEPTION_STACK_TRACES` is set. (#26523)
emscripten-version.txt
@@ -1 +1 @@
1
-5.0.5-git
+5.0.6-git
0 commit comments