mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
v1.6.0 build - including release notes
This commit is contained in:
@@ -17,3 +17,4 @@ Other
|
||||
|
||||
* [Why Catch?](why-catch.md)
|
||||
* [Contributing](contributing.md)
|
||||
* [Release Nodes](release-notes.md)
|
26
docs/release-notes.md
Normal file
26
docs/release-notes.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# 1.6.0
|
||||
|
||||
### Cmake/ 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:
|
||||
* Approx now supports >= and <=
|
||||
* Can now use \ to escape chars in test names on command line
|
||||
* Standardize C++11 feature toggles
|
||||
|
||||
### Fixes:
|
||||
* Blue shell colour
|
||||
* Missing argument to CATCH_CHECK_THROWS
|
||||
* Don't encode extended ASCII in XML
|
||||
* use std::shuffle on more compilers (fixes deprecation warning/error)
|
||||
* Use __COUNTER__ more consistently (where available)
|
||||
|
||||
### Other:
|
||||
* Tweaks and changes to scripts - particularly for Approval test - to make them more portable
|
||||
|
||||
# Older versions
|
||||
Release notes were not maintained prior to v1.6.0, but you should be able to work them out from the Git history
|
||||
|
||||
---
|
||||
|
||||
[Home](Readme.md)
|
Reference in New Issue
Block a user