Fixes
- Fixed unscoped messages after a passing fast-pathed assertion being lost.
- Fixed the help string for
--orderto mention random order as the default. (#3045) - Fixed small documentation typos. (#3039)
- Fixed compilation with
CATCH_CONFIG_THREAD_SAFE_ASSERTIONSfor older C++ standards. - Fixed a thread-safety issue with message macros being used too early after the process sta...