Skip to content

Commit 4946bdb

Browse files
committed
Update changelog
1 parent 01a5b56 commit 4946bdb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ChangeLog.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,32 @@
55
- Worked around an internal compiler error when using C++20 modules with GCC
66
14.2 and earlier (https://github.com/fmtlib/fmt/issues/4295).
77

8+
- Worked around a bug in GCC 6 (https://github.com/fmtlib/fmt/issues/4318).
9+
10+
- Fixed an issue caused by instantiating `formatter<const T>`
11+
(https://github.com/fmtlib/fmt/issues/4303,
12+
https://github.com/fmtlib/fmt/pull/4325). Thanks @timsong-cpp.
13+
814
- Fixed formatting into `std::ostreambuf_iterator` when using format string
915
compilation (https://github.com/fmtlib/fmt/issues/4309,
1016
https://github.com/fmtlib/fmt/pull/4312). Thanks @phprus.
1117

18+
- Restored a constraint on the map formatter so that it correctly reports as
19+
unformattable when the element is (https://github.com/fmtlib/fmt/pull/4326).
20+
Thanks @timsong-cpp.
21+
1222
- Reduced the size of format specs (https://github.com/fmtlib/fmt/issues/4298).
1323

1424
- Readded `args()` to `fmt::format_context`
1525
(https://github.com/fmtlib/fmt/issues/4307,
1626
https://github.com/fmtlib/fmt/pull/4310). Thanks @Erroneous1.
1727

28+
- Fixed a bogus MSVC warning (https://github.com/fmtlib/fmt/issues/4314,
29+
https://github.com/fmtlib/fmt/pull/4322). Thanks @ZehMatt.
30+
31+
- Fixed a pedantic mode error in the CMake config
32+
(https://github.com/fmtlib/fmt/pull/4327). Thanks @rlalik.
33+
1834
# 11.1.2 - 2025-01-12
1935

2036
- Fixed ABI compatibility with earlier 11.x versions

0 commit comments

Comments
 (0)