Added note on escaping names on command line to docs

This commit is contained in:
Phil Nash
2017-01-11 17:14:28 +00:00
parent 1ff0acfe22
commit e6aa1f4e4e
2 changed files with 3 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
* 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 `std::shuffle` on more compilers (fixes deprecation warning/error)
* Use `__COUNTER__` more consistently (where available)
### Other: