diff --git a/docs/release-notes.md b/docs/release-notes.md index d263487f8c..9751f2ce5c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -75,7 +75,7 @@ * Catch2 should automatically disable getenv when compiled for XBox. * Compiling Catch2 with exceptions disabled no longer triggers `Wunused-function` (#2726) * **`random` Generators for integral types are now reproducible across different platforms** - * Unlike ``, Catch2's generators also support 1 byte integral types (`char`, `bool`, ...) + * Unlike ``, Catch2's generators also support 1 byte integral types (`char`, `bool`, ...) * **`random` Generators for `float` and `double` are now reproducible across different platforms** * `long double` varies across different platforms too much to be reproducible * This guarantee applies only to platforms with IEEE 754 floats.