From b80c5134f07ead770dc27525edc921f392b60e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 1 Oct 2017 17:03:06 +0200 Subject: [PATCH] Updated release notes --- docs/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index fc4de69b..62faabdc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -61,6 +61,9 @@ * Swept out `-Wweak-vtables`, `-Wexit-time-destructors`, `-Wglobal-constructors` warnings * Compilation for Universal Windows Platform (UWP) is supported * SEH handling and colorized output are disabled when compiling for UWP +* Implemented a workaround for `std::uncaught_exception` issues in libcxxrt + * These issues caused incorrect section traversals + * The workaround is only partial, user's test can still trigger the issue by using `throw;` to rethrow an exception ## Internal changes * The development version now uses .cpp files instead of header files containing implementation.