Skip to content

Commit f90090b

Browse files
committed
Update changelog
1 parent 9ff9c69 commit f90090b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ChangeLog.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
- Fixed compilation on GCC 9.4 (https://github.com/fmtlib/fmt/issues/4313).
44

5+
- Worked around an internal compiler error when using C++20 modules with gcc
6+
14.2 and earlier (https://github.com/fmtlib/fmt/issues/4295).
7+
8+
- Fixed formatting into `std::ostreambuf_iterator` when using format string
9+
compilation (https://github.com/fmtlib/fmt/issues/4309,
10+
https://github.com/fmtlib/fmt/pull/4312). Thanks @phprus.
11+
12+
- Reduced size of format specs (https://github.com/fmtlib/fmt/issues/4298).
13+
14+
- Readded `args()` to `fmt::format_context`
15+
(https://github.com/fmtlib/fmt/issues/4307,
16+
https://github.com/fmtlib/fmt/pull/4310). Thanks @Erroneous1.
17+
518
# 11.1.2 - 2025-01-12
619

720
- Fixed ABI compatibility with earlier 11.x versions

0 commit comments

Comments
 (0)