mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
Updated release notes
This commit is contained in:
parent
70e0d48978
commit
b80c5134f0
@ -61,6 +61,9 @@
|
|||||||
* Swept out `-Wweak-vtables`, `-Wexit-time-destructors`, `-Wglobal-constructors` warnings
|
* Swept out `-Wweak-vtables`, `-Wexit-time-destructors`, `-Wglobal-constructors` warnings
|
||||||
* Compilation for Universal Windows Platform (UWP) is supported
|
* Compilation for Universal Windows Platform (UWP) is supported
|
||||||
* SEH handling and colorized output are disabled when compiling for UWP
|
* 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
|
## Internal changes
|
||||||
* The development version now uses .cpp files instead of header files containing implementation.
|
* The development version now uses .cpp files instead of header files containing implementation.
|
||||||
|
Loading…
Reference in New Issue
Block a user