From 76e8f10403f3aa7896b1b1209b22731da34369c3 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 28 Dec 2023 07:23:56 -0800 Subject: [PATCH] Update changelog --- ChangeLog.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index fbe46473..27a7cf9d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -15,6 +15,10 @@ Thanks @Richardk2n. +- Fixed an overflow in `std::chrono::time_point` formatting with large dates + (https://github.com/fmtlib/fmt/issues/3725, + https://github.com/fmtlib/fmt/pull/3727). Thanks @cschreib. + - Added a formatter for `std::bitset` (https://github.com/fmtlib/fmt/pull/3660). For example ([godbolt](https://godbolt.org/z/bdEaGeYxe)): @@ -37,8 +41,8 @@ https://github.com/fmtlib/fmt/pull/3689). Thanks @Roman-Koshelev and @dimztimz. -- Only export `format_error` when {fmt} is built as a shared library - (https://github.com/fmtlib/fmt/issues/3626, +- Changed to only export `format_error` when {fmt} is built as a shared + library (https://github.com/fmtlib/fmt/issues/3626, https://github.com/fmtlib/fmt/pull/3627). Thanks @phprus. - Made `fmt::streamed` `constexpr`. @@ -67,16 +71,18 @@ https://github.com/fmtlib/fmt/pull/369, https://github.com/fmtlib/fmt/issues/3712, https://github.com/fmtlib/fmt/pull/3713, - https://github.com/fmtlib/fmt/pull/3716). + https://github.com/fmtlib/fmt/pull/3716, + https://github.com/fmtlib/fmt/pull/3723). Thanks @danakj, @vinayyadav3016, @cyyever, @phprus, @qimiko, @saschasc, @gsjaardema, @lazka, @Zhaojun-Liu, @carlsmedstad, @hotwatermorning, - @cptFracassa, @kuguma. + @cptFracassa, @kuguma, @PeterJohnson . - Improved documentation and README (https://github.com/fmtlib/fmt/pull/3642, https://github.com/fmtlib/fmt/pull/3653, https://github.com/fmtlib/fmt/pull/3655, https://github.com/fmtlib/fmt/pull/3661, + https://github.com/fmtlib/fmt/issues/3673, https://github.com/fmtlib/fmt/pull/3677). Thanks @idzm, @perlun, @joycebrum, @fennewald.