Skip to content
Merged
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
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ See docs/process.md for more on how version tagging works.

5.0.5 (in development)
----------------------
- C++ exceptions are now always thrown as CppException objects rather than raw
pointers/numbers. However, the `.message` and `.stack` fields of the thrown
object will only be populated if `-sEXCEPTION_STACK_TRACES` is set. (#26523)

5.0.4 - 03/23/26
----------------
Expand Down
Loading