diff --git a/ChangeLog.md b/ChangeLog.md index c423b72ef134a..ddc2a082e3465 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 ----------------