From af3916555df00d6f48d4fe041c53b1ad79be5f19 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Thu, 31 May 2018 18:39:04 +0300 Subject: [PATCH] Releases: C++ duk_fatal_exception rewording --- RELEASES.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASES.rst b/RELEASES.rst index 84670ef0..67c24e41 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -3233,9 +3233,10 @@ Planned 2.3.0 (XXXX-XX-XX) ------------------ -* When DUK_USE_CPP_EXCEPTIONS is enabled: use duk_fatal_exception when - propagating a fatal error out of Duktape; use duk_fatal_exception also - in the default fatal error handler (GH-1915) +* When C++ exception support is enabled use a separate duk_fatal_exception + (inherits from std::runtime_error) to propagate fatal errors (uncaught + errors, assertions) out of Duktape when using the default fatal error + handler (GH-1915) * Update UnicodeData.txt and SpecialCasing.txt used for building internal Unicode control data to Unicode version 10.0.0 (GH-1851)