From 3617c2795a70a7949f2e4e035852cc35bb65ff4b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 29 Dec 2021 08:25:12 -0800 Subject: [PATCH] Update changelog --- ChangeLog.rst | 46 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 37 insertions(+), 9 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 6a3c23b0..e49bb9f7 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -2,7 +2,11 @@ ----------- * Optimized ``tm`` formatting - (`#2602 `_, + (`#2576 `_, + `#2586 `_, + `#2591 `_, + `#2594 `_, + `#2602 `_, `#2617 `_, `#2628 `_ `#2633 `_, @@ -21,7 +25,8 @@ FMTFormatterCompile_Y 244 ns 10.5 ns ---------------------------------------------------------------------------- - Thanks `@phprus (Vladislav Shchapov) `_. + Thanks `@phprus (Vladislav Shchapov) `_ and + `@toughengineer (Pavel Novikov) `_. * Implemented subsecond formatting for chrono durations (`#2623 `_). @@ -39,6 +44,14 @@ Thanks `@matrackif `_. +* Fixed handling of precision 0 when formatting chrono durations + (`#2588 `_). + Thanks `@lukester1975 `_. + +* Fixed a potential overflow in the `tm` formatter + (`#2564 `_). + Thanks `@phprus (Vladislav Shchapov) `_, + * Deprecated ``_format``, an undocumented UDL-based format API (`#2646 `_). Thanks `@alexezeder (Alexey Ochapov) `_. @@ -91,25 +104,40 @@ (`#2615 `_). Thanks `@AlexGuteniev (Alex Guteniev) `_. +* Improved ``consteval`` detection for MSVC + (`#2559 `_). + Thanks `@DanielaE (Daniela Engert) `_. + * Improved documentation - (`#2606 `_, + (`#2562 `_, + `#2575 `_, + `#2606 `_, `#2620 `_, `#2676 `_). - Thanks `@ericcurtin (Eric Curtin) `_, + Thanks `@zhsj `_, + `@phprus (Vladislav Shchapov) `_, + `@ericcurtin (Eric Curtin) `_, `@Lounarok `_. -* Improved build configuration +* Improved build configuration and tests (`#2650 `_, `#2651 `_, - `#2663 `_). - Thanks `@alexezeder (Alexey Ochapov) `_. + `#2663 `_, + `#2677 `_). + Thanks `@alexezeder (Alexey Ochapov) `_, + `@phprus (Vladislav Shchapov) `_. * Fixed various warnings and compilation issues - (`#2611 `_, + (`#2570 `_, + `#2573 `_, + `#2582 `_, + `#2611 `_, `#2647 `_, `#2627 `_, `#2630 `_). - Thanks `@Acretock `_, + Thanks `@timkalu `_, + `@olupton (Olli Lupton) `_, + `@Acretock `_, `@alexezeder (Alexey Ochapov) `_, `@andrewcorrigan (Andrew Corrigan) `_.