This commit is contained in:
Martin Hořeňovský
2017-06-27 12:21:48 +02:00
parent 8a14af701e
commit ee67ac6b7c
4 changed files with 81 additions and 42 deletions

View File

@@ -1,3 +1,12 @@
# 1.9.6
### Improvements
* Catch's runtime overhead has been significantly decreased (#937, #939)
* Added `--list-extra-info` cli option (#934).
* It lists all tests together with extra information, ie filename, line number and description.
# 1.9.5
### Fixes