This commit is contained in:
Martin Hořeňovský
2017-08-26 15:34:18 +02:00
parent cd30dd1a70
commit 7818e2666d
6 changed files with 175 additions and 173 deletions

View File

@@ -1,3 +1,17 @@
# 1.10.0
### Fixes
* Evaluation layer has been rewritten (backported from Catch 2)
* The new layer is much simpler and fixes some issues (#981)
* Implemented workaround for VS 2017 raw string literal stringification bug (#995)
* Fixed interaction between `[!shouldfail]` and `[!mayfail]` tags and sections
* Previously sections with failing assertions would be marked as failed, not failed-but-ok
### Improvements
* Added [libidentify](https://github.com/janwilmans/LibIdentify) support
* Added "wait-for-keypress" option
# 1.9.7
### Fixes