mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-09 12:50:05 +00:00
Update changelog
This commit is contained in:
parent
8687315e86
commit
2bf1b3004e
10
ChangeLog.md
10
ChangeLog.md
@ -29,7 +29,9 @@
|
||||
https://github.com/fmtlib/fmt/pull/3997,
|
||||
https://github.com/fmtlib/fmt/pull/3998,
|
||||
https://github.com/fmtlib/fmt/pull/4004,
|
||||
https://github.com/fmtlib/fmt/pull/4005). Thanks @yujincheng08.
|
||||
https://github.com/fmtlib/fmt/pull/4005,
|
||||
https://github.com/fmtlib/fmt/pull/4013). In particular, native CMake support
|
||||
for modules is now used if available. Thanks @yujincheng08.
|
||||
|
||||
- Added an option to replace standard includes with `import std` enabled via
|
||||
the `FMT_IMPORT_STD` macro (https://github.com/fmtlib/fmt/issues/3921,
|
||||
@ -138,6 +140,9 @@
|
||||
(https://github.com/fmtlib/fmt/issues/3857,
|
||||
https://github.com/fmtlib/fmt/pull/3863). Thanks @js324.
|
||||
|
||||
- Added `string` and `debug_string` range formatters
|
||||
(https://github.com/fmtlib/fmt/pull/3973). Thanks @matt77hias.
|
||||
|
||||
- Enabled ADL for `begin` and `end` in `fmt::join`
|
||||
(https://github.com/fmtlib/fmt/issues/3813,
|
||||
https://github.com/fmtlib/fmt/pull/3824). Thanks @bbolli.
|
||||
@ -247,7 +252,8 @@
|
||||
https://github.com/fmtlib/fmt/pull/3979,
|
||||
https://github.com/fmtlib/fmt/pull/3980,
|
||||
https://github.com/fmtlib/fmt/pull/3988,
|
||||
https://github.com/fmtlib/fmt/pull/4010).
|
||||
https://github.com/fmtlib/fmt/pull/4010,
|
||||
https://github.com/fmtlib/fmt/pull/4012).
|
||||
Thanks @vgorrX, @waywardmonkeys, @tchaikov and @phprus.
|
||||
|
||||
- Fixed buffer overflow when using format string compilation with debug format
|
||||
|
Loading…
Reference in New Issue
Block a user