From 9f0cbeb1d914a4ada21b01ede4b4b2a52963e9a6 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Thu, 3 Aug 2017 01:35:25 +0300 Subject: [PATCH] Releases: DUK_USE_FATAL_MAXLEN --- RELEASES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASES.rst b/RELEASES.rst index dce8ba64..05feb61f 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -2974,6 +2974,10 @@ Planned * Add better symbol summary for e.g. error messages, "[Symbol global '?foo']" instead of just "'?foo'" (GH-1643) +* Make fatal error message formatting buffer longer for uncaught errors + (64 -> 128 bytes) and make it configurable via DUK_USE_FATAL_MAXLEN + (GH-1652) + * Fix incorrect handling of register bound unary operation target for unary minus, unary plus, and bitwise NOT (GH-1623, GH-1624)