mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Pick release notes for v2.13.2
This commit is contained in:
parent
3f9e779542
commit
853565bfb8
@ -3,6 +3,7 @@
|
|||||||
# Release notes
|
# Release notes
|
||||||
**Contents**<br>
|
**Contents**<br>
|
||||||
[3.0.1](#301)<br>
|
[3.0.1](#301)<br>
|
||||||
|
[2.13.2](#2132)<br>
|
||||||
[2.13.1](#2131)<br>
|
[2.13.1](#2131)<br>
|
||||||
[2.13.0](#2130)<br>
|
[2.13.0](#2130)<br>
|
||||||
[2.12.4](#2124)<br>
|
[2.12.4](#2124)<br>
|
||||||
@ -148,6 +149,25 @@ new design.
|
|||||||
* `catch2-with-main` also links in the default main
|
* `catch2-with-main` also links in the default main
|
||||||
|
|
||||||
|
|
||||||
|
## 2.13.2
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
* Implemented workaround for AppleClang shadowing bug (#2030)
|
||||||
|
* Implemented workaround for NVCC ICE (#2005, #2027)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
* Fixed detection of `std::uncaught_exceptions` support under non-msvc platforms (#2021)
|
||||||
|
* Fixed the experimental stdout/stderr capture under Windows (#2013)
|
||||||
|
|
||||||
|
### Miscellaneous
|
||||||
|
* `catch_discover_tests` has been improved significantly (#2023, #2039)
|
||||||
|
* You can now specify which reporter should be used
|
||||||
|
* You can now modify where the output will be written
|
||||||
|
* `WORKING_DIRECTORY` setting is respected
|
||||||
|
* `ParseAndAddCatchTests` now supports `TEMPLATE_TEST_CASE` macros (#2031)
|
||||||
|
* Various documentation fixes and improvements (#2022, #2028, #2034)
|
||||||
|
|
||||||
|
|
||||||
## 2.13.1
|
## 2.13.1
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
Loading…
Reference in New Issue
Block a user