Updated release notes

This commit is contained in:
Phil Nash 2017-09-19 17:36:20 +01:00
parent 54f1ce2af2
commit e9f0773f37
1 changed files with 6 additions and 2 deletions

View File

@ -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.
* Removed deprecated matcher utility functions `Not`, `AllOf` and `AnyOf`.
* They are superseded by operators `!`, `&&` and `||`, which are natural and do not have limited arity
* No longer accept non-const comparison operators
## Improvements
@ -47,9 +48,13 @@
* Exception translators are not registered
* Reporters are not registered
* Listeners are not registered
* More warnings are silenced
* Don't use console colour if running in XCode
## 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
* 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
# Older versions
## 1.9.x