Cherry-pick doc updates for v2.13.0

This commit is contained in:
Martin Hořeňovský
2020-07-12 20:28:38 +02:00
parent 6b3c563c38
commit 6efeecc179
3 changed files with 16 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
# Release notes
**Contents**<br>
[3.0.1](#301)<br>
[2.13.0](#2130)<br>
[2.12.4](#2124)<br>
[2.12.3](#2123)<br>
[2.12.2](#2122)<br>
@@ -144,6 +145,19 @@ new design.
## 2.13.0
### Improvements
* `GENERATE` can now follow a `SECTION` at the same level of nesting (#1938)
* The `SECTION`(s) before the `GENERATE` will not be run multiple times, the following ones will.
* Added `-D`/`--min-duration` command line flag (#1910)
* If a test takes longer to finish than the provided value, its name and duration will be printed.
* This flag is overriden by setting `-d`/`--duration`.
### Fixes
* `TAPReporter` no longer skips successful assertions (#1983)
## 2.12.4
### Improvements