mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 03:43:28 +01:00
Cherry pick release notes for v2.12.2
This commit is contained in:
parent
7f58840163
commit
2a25a267ea
@ -3,6 +3,7 @@
|
|||||||
# Release notes
|
# Release notes
|
||||||
**Contents**<br>
|
**Contents**<br>
|
||||||
[3.0.1](#301)<br>
|
[3.0.1](#301)<br>
|
||||||
|
[2.12.2](#2122)<br>
|
||||||
[2.12.1](#2121)<br>
|
[2.12.1](#2121)<br>
|
||||||
[2.12.0](#2120)<br>
|
[2.12.0](#2120)<br>
|
||||||
[2.11.3](#2113)<br>
|
[2.11.3](#2113)<br>
|
||||||
@ -141,6 +142,19 @@ new design.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 2.12.2
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
* Fixed compilation failure if `is_range` ADL found deleted function (#1929)
|
||||||
|
* Fixed potential UB in `CAPTURE` if the expression contained non-ASCII characters (#1925)
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
* `std::result_of` is not used if `std::invoke_result` is available (#1934)
|
||||||
|
* JUnit reporter writes out `status` attribute for tests (#1899)
|
||||||
|
* Suppresed clang-tidy's `hicpp-vararg` warning (#1921)
|
||||||
|
* Catch2 was already suppressing the `cppcoreguidelines-pro-type-vararg` alias of the warning
|
||||||
|
|
||||||
|
|
||||||
## 2.12.1
|
## 2.12.1
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user