We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b3234 commit b8469d8Copy full SHA for b8469d8
1 file changed
ChangeLog.md
@@ -20,6 +20,9 @@ See docs/process.md for more on how version tagging works.
20
21
5.0.5 (in development)
22
----------------------
23
+- C++ exceptions are now always thrown as CppException objects rather than raw
24
+ pointers/numbers. However, the `.message` and `.stack` fields of the thrown
25
+ object will only be populated if `-sEXCEPTION_STACK_TRACES` is set. (#26523)
26
27
5.0.4 - 03/23/26
28
----------------
0 commit comments