Skip to content

Commit 9aee518

Browse files
committed
Update changelog
1 parent 8318918 commit 9aee518

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ChangeLog.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
(https://github.com/fmtlib/fmt/issues/3403,
1818
https://github.com/fmtlib/fmt/pull/4456). Thanks @msvetkin.
1919
20-
- Improved C++20 module support
21-
(https://github.com/fmtlib/fmt/pull/4451,
22-
https://github.com/fmtlib/fmt/pull/4459,
23-
https://github.com/fmtlib/fmt/pull/4476,
24-
https://github.com/fmtlib/fmt/pull/4488,
25-
https://github.com/fmtlib/fmt/issues/4491,
26-
https://github.com/fmtlib/fmt/pull/4495).
27-
Thanks @arBmind, @tkhyn, @Mishura4, @anonymouspc and @autoantwort.
28-
2920
- Added `FMT_STATIC_FORMAT` that allows formatting into a string of the exact
3021
required size at compile time.
3122
@@ -47,6 +38,15 @@
4738
It can be accessed as a C string with `s.c_str()` or as a string view with
4839
`s.str()`.
4940

41+
- Improved C++20 module support
42+
(https://github.com/fmtlib/fmt/pull/4451,
43+
https://github.com/fmtlib/fmt/pull/4459,
44+
https://github.com/fmtlib/fmt/pull/4476,
45+
https://github.com/fmtlib/fmt/pull/4488,
46+
https://github.com/fmtlib/fmt/issues/4491,
47+
https://github.com/fmtlib/fmt/pull/4495).
48+
Thanks @arBmind, @tkhyn, @Mishura4, @anonymouspc and @autoantwort.
49+
5050
- Switched to using estimated display width in precision. For example:
5151

5252
```c++

0 commit comments

Comments
 (0)