aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zverovich <viz@meta.com>2023-12-28 07:23:56 -0800
committerVictor Zverovich <viz@meta.com>2023-12-28 07:23:56 -0800
commit76e8f10403f3aa7896b1b1209b22731da34369c3 (patch)
tree6d14a24512525883dac3b3198ad91603e4ca7fb4
parent18ca2248df204aeebc4d52fa3eca64a005f4405a (diff)
downloadfmtlib-76e8f10403f3aa7896b1b1209b22731da34369c3.tar.gz
Update changelog
-rw-r--r--ChangeLog.md14
1 files 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.