mirror of
https://github.com/fmtlib/fmt.git
synced 2026-06-15 00:16:15 +08:00
Update changelog
This commit is contained in:
parent
e6a8751df7
commit
1819f7fa43
@ -7,8 +7,7 @@
|
||||
```c++
|
||||
#include <fmt/fmt-c.h>
|
||||
|
||||
char buf[100];
|
||||
int n = fmt_format(buf, sizeof(buf), "The answer is {}.", 42);
|
||||
fmt_print(stdout, "The answer is {}.\n", 42);
|
||||
```
|
||||
|
||||
(https://github.com/fmtlib/fmt/issues/4663,
|
||||
@ -16,7 +15,8 @@
|
||||
https://github.com/fmtlib/fmt/pull/4696,
|
||||
https://github.com/fmtlib/fmt/issues/4693,
|
||||
https://github.com/fmtlib/fmt/pull/4694,
|
||||
https://github.com/fmtlib/fmt/pull/4712).
|
||||
https://github.com/fmtlib/fmt/pull/4712,
|
||||
https://github.com/fmtlib/fmt/pull/4789).
|
||||
Thanks @Soumik15630m, @Ferdi265 and @localspook.
|
||||
|
||||
- Added a separate `fmt::fmt-module` CMake target for C++20 modules and a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user