| Phil Nash | 3b2f206 | 2017-01-11 16:43:56 +0000 | [diff] [blame^] | 1 | # 1.6.0 |
| 2 | |
| 3 | ### Cmake/ projects: |
| 4 | * 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. |
| 5 | |
| 6 | ### Features/ Changes: |
| 7 | * Approx now supports >= and <= |
| 8 | * Can now use \ to escape chars in test names on command line |
| 9 | * Standardize C++11 feature toggles |
| 10 | |
| 11 | ### Fixes: |
| 12 | * Blue shell colour |
| 13 | * Missing argument to CATCH_CHECK_THROWS |
| 14 | * Don't encode extended ASCII in XML |
| 15 | * use std::shuffle on more compilers (fixes deprecation warning/error) |
| 16 | * Use __COUNTER__ more consistently (where available) |
| 17 | |
| 18 | ### Other: |
| 19 | * Tweaks and changes to scripts - particularly for Approval test - to make them more portable |
| 20 | |
| 21 | # Older versions |
| 22 | Release notes were not maintained prior to v1.6.0, but you should be able to work them out from the Git history |
| 23 | |
| 24 | --- |
| 25 | |
| 26 | [Home](Readme.md) |