From 3f33cb21d2753e60f696bf757889e47db9582b20 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 25 Dec 2024 07:54:45 -0800 Subject: [PATCH] Update changelog --- ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 791a7fd1..8bad82f4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -119,10 +119,10 @@ https://github.com/fmtlib/fmt/pull/4164). Thanks @yfeldblum and @phprus. - Added experimental padding support (glibc `strftime` extension) to `%m`, `%j` - and `%Y`. (https://github.com/fmtlib/fmt/pull/4161). Thanks @KKhanhH. + and `%Y` (https://github.com/fmtlib/fmt/pull/4161). Thanks @KKhanhH. - Made microseconds formatted as `us` instead of `µs` if the Unicode support is - disabled (https://github.com/fmtlib/fmt/issues/4088. + disabled (https://github.com/fmtlib/fmt/issues/4088). - Fixed an unreleased regression in transcoding of surrogate pairs (https://github.com/fmtlib/fmt/issues/4094,