Update changelog

This commit is contained in:
Victor Zverovich
2024-06-15 08:16:42 -07:00
parent 8687315e86
commit 2bf1b3004e

View File

@@ -29,7 +29,9 @@
https://github.com/fmtlib/fmt/pull/3997, https://github.com/fmtlib/fmt/pull/3997,
https://github.com/fmtlib/fmt/pull/3998, https://github.com/fmtlib/fmt/pull/3998,
https://github.com/fmtlib/fmt/pull/4004, 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 - Added an option to replace standard includes with `import std` enabled via
the `FMT_IMPORT_STD` macro (https://github.com/fmtlib/fmt/issues/3921, 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/issues/3857,
https://github.com/fmtlib/fmt/pull/3863). Thanks @js324. 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` - Enabled ADL for `begin` and `end` in `fmt::join`
(https://github.com/fmtlib/fmt/issues/3813, (https://github.com/fmtlib/fmt/issues/3813,
https://github.com/fmtlib/fmt/pull/3824). Thanks @bbolli. 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/3979,
https://github.com/fmtlib/fmt/pull/3980, https://github.com/fmtlib/fmt/pull/3980,
https://github.com/fmtlib/fmt/pull/3988, 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. Thanks @vgorrX, @waywardmonkeys, @tchaikov and @phprus.
- Fixed buffer overflow when using format string compilation with debug format - Fixed buffer overflow when using format string compilation with debug format