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
bc8d32e964
commit
447c6cbf44
@ -1,7 +1,8 @@
|
||||
# 11.0.2 - TBD
|
||||
|
||||
- Fixed compatibility with non-POSIX systems
|
||||
(https://github.com/fmtlib/fmt/issues/4054).
|
||||
(https://github.com/fmtlib/fmt/issues/4054,
|
||||
https://github.com/fmtlib/fmt/issues/4060).
|
||||
|
||||
- Fixed performance regressions when using `std::back_insert_iterator` with
|
||||
`fmt::format_to`.
|
||||
@ -10,6 +11,10 @@
|
||||
(https://github.com/fmtlib/fmt/issues/4053,
|
||||
https://github.com/fmtlib/fmt/pull/4057). Thanks @Arghnews.
|
||||
|
||||
- Made `formatter<std::string_view>::parse` work with types convertible to
|
||||
`std::string_view` (https://github.com/fmtlib/fmt/issues/4036,
|
||||
https://github.com/fmtlib/fmt/pull/4055). Thanks @Arghnews.
|
||||
|
||||
- Made `volatile void*` formattable
|
||||
(https://github.com/fmtlib/fmt/issues/4049,
|
||||
https://github.com/fmtlib/fmt/pull/4056). Thanks @Arghnews.
|
||||
|
Loading…
Reference in New Issue
Block a user