Skip to content

Commit aabe639

Browse files
committed
Tweak changelog
1 parent f90090b commit aabe639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ChangeLog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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
5+
- 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

88
- Fixed formatting into `std::ostreambuf_iterator` when using format string
99
compilation (https://github.com/fmtlib/fmt/issues/4309,
1010
https://github.com/fmtlib/fmt/pull/4312). Thanks @phprus.
1111

12-
- Reduced size of format specs (https://github.com/fmtlib/fmt/issues/4298).
12+
- Reduced the size of format specs (https://github.com/fmtlib/fmt/issues/4298).
1313

1414
- Readded `args()` to `fmt::format_context`
1515
(https://github.com/fmtlib/fmt/issues/4307,

0 commit comments

Comments
 (0)