mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Tweaked release notes page with better formatting
This commit is contained in:
parent
713ec400e8
commit
1ff0acfe22
@ -4,16 +4,16 @@
|
|||||||
* Moved CMakeLists.txt to root, made it friendlier for CLion and generating XCode and VS projects, and removed the manually maintained XCode and VS projects.
|
* Moved CMakeLists.txt to root, made it friendlier for CLion and generating XCode and VS projects, and removed the manually maintained XCode and VS projects.
|
||||||
|
|
||||||
### Features/ Changes:
|
### Features/ Changes:
|
||||||
* Approx now supports >= and <=
|
* Approx now supports `>=` and `<=`
|
||||||
* Can now use \ to escape chars in test names on command line
|
* Can now use `\` to escape chars in test names on command line
|
||||||
* Standardize C++11 feature toggles
|
* Standardize C++11 feature toggles
|
||||||
|
|
||||||
### Fixes:
|
### Fixes:
|
||||||
* Blue shell colour
|
* Blue shell colour
|
||||||
* Missing argument to CATCH_CHECK_THROWS
|
* Missing argument to `CATCH_CHECK_THROWS`
|
||||||
* Don't encode extended ASCII in XML
|
* Don't encode extended ASCII in XML
|
||||||
* use std::shuffle on more compilers (fixes deprecation warning/error)
|
* use std::shuffle on more compilers (fixes deprecation warning/error)
|
||||||
* Use __COUNTER__ more consistently (where available)
|
* Use `__COUNTER__` more consistently (where available)
|
||||||
|
|
||||||
### Other:
|
### Other:
|
||||||
* Tweaks and changes to scripts - particularly for Approval test - to make them more portable
|
* Tweaks and changes to scripts - particularly for Approval test - to make them more portable
|
||||||
|
Loading…
Reference in New Issue
Block a user