Skip to content
v2.6.1

=== Improvements ===

* The JUnit reporter now also reports random seed (#1520, #1521)

=== Fixes ===

* The TAP reporter now formats comments with test name properly (#1529)
* `CATCH_REQUIRE_THROWS`'s internals were unified with `REQUIRE_THROWS` (#1536)
  * This fixes a potential `-Wunused-value` warning when used
* Fixed a potential segfault when using any of the `--list-*` options (#1533, #1534)