Updated release notes

This commit is contained in:
Martin Hořeňovský 2017-10-01 17:03:06 +02:00
parent 70e0d48978
commit b80c5134f0
1 changed files with 3 additions and 0 deletions

View File

@ -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.