mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 15:26:11 +01:00
Updated release notes
This commit is contained in:
parent
54f1ce2af2
commit
e9f0773f37
@ -19,6 +19,7 @@
|
|||||||
* This is most noticeable in `CHECK(throws())`, which would previously report failure, properly stringify the exception and continue. Now it will report failure and stop executing current section.
|
* This is most noticeable in `CHECK(throws())`, which would previously report failure, properly stringify the exception and continue. Now it will report failure and stop executing current section.
|
||||||
* Removed deprecated matcher utility functions `Not`, `AllOf` and `AnyOf`.
|
* Removed deprecated matcher utility functions `Not`, `AllOf` and `AnyOf`.
|
||||||
* They are superseded by operators `!`, `&&` and `||`, which are natural and do not have limited arity
|
* They are superseded by operators `!`, `&&` and `||`, which are natural and do not have limited arity
|
||||||
|
* No longer accept non-const comparison operators
|
||||||
|
|
||||||
|
|
||||||
## Improvements
|
## Improvements
|
||||||
@ -47,9 +48,13 @@
|
|||||||
* Exception translators are not registered
|
* Exception translators are not registered
|
||||||
* Reporters are not registered
|
* Reporters are not registered
|
||||||
* Listeners are not registered
|
* Listeners are not registered
|
||||||
|
* More warnings are silenced
|
||||||
|
* Don't use console colour if running in XCode
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
|
* Explicit constructor in reporter base class
|
||||||
|
* Many fixes for building in Objective-C context
|
||||||
|
* Do not use SEH and console api under UWP
|
||||||
|
|
||||||
## Internal changes
|
## Internal changes
|
||||||
* The development version now uses .cpp files instead of header files containing implementation.
|
* The development version now uses .cpp files instead of header files containing implementation.
|
||||||
@ -59,7 +64,6 @@
|
|||||||
* New library (TextFlow) is used for formatting text to output
|
* New library (TextFlow) is used for formatting text to output
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Older versions
|
# Older versions
|
||||||
|
|
||||||
## 1.9.x
|
## 1.9.x
|
||||||
|
Loading…
Reference in New Issue
Block a user