Skip to content

Commit

Permalink
Tweak changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jan 20, 2025
1 parent f90090b commit aabe639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

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

- Worked around an internal compiler error when using C++20 modules with gcc
- Worked around an internal compiler error when using C++20 modules with GCC
14.2 and earlier (https://github.com/fmtlib/fmt/issues/4295).

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

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

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

0 comments on commit aabe639

Please sign in to comment.