From 22d4413f79c030c5709e0e76c8d60a2cd5a6f4bd Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 25 Mar 2026 11:36:35 -0700 Subject: [PATCH] Update changelog after #26523 --- ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) 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 ----------------