Skip to content

Commit b8469d8

Browse files
authored
Update changelog after #26523 (#26545)
1 parent f4b3234 commit b8469d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ See docs/process.md for more on how version tagging works.
2020

2121
5.0.5 (in development)
2222
----------------------
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)
2326

2427
5.0.4 - 03/23/26
2528
----------------

0 commit comments

Comments
 (0)