diff --git a/ChangeLog.rst b/ChangeLog.rst index 69cdb006..39185515 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -6,10 +6,38 @@ `#3561 `_). Thanks `@5chmidti `_. +* Fixed compilation when formatting durations not convertible from + ``std::chrono::seconds`` (`#3430 `_). + Thanks `@patlkli (Patrick Geltinger) `_. + +* Disallowed passing temporaries to ``make_format_args`` to improve API safety + by preventing dangling references. + +* Made floating-point formatting tests more platform-independent + (`#3433 `_, + `#3434 `_). + Thanks `@phprus (Vladislav Shchapov) `_. + +* Made ``FMT_THROW`` assert even if assertions are disabled when compiling with + exceptions disabled (`#3418 `_, + `#3439 `_). + `@BRevzin (Barry Revzin) `_. + +* Deprecated the wide stream overload of ``printf``. + +* Removed unused ``basic_printf_parse_context``. + +* Improved documentation. + * Improved build configuration (`#3563 `_). Thanks `@abouvier (Alexandre Bouvier) `_. +* Fixed various warnings and compilation issues + (`#3444 `_, + `#3446 `_). + Thanks `@adesitter (Arnaud Desitter) `_. + 10.0.0 - 2023-05-09 -------------------