mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-26 06:31:01 +02:00
Update changelog
This commit is contained in:
14
ChangeLog.md
14
ChangeLog.md
@@ -3,9 +3,23 @@
|
|||||||
- Optimized the default floating point formatting
|
- Optimized the default floating point formatting
|
||||||
(https://github.com/fmtlib/fmt/issues/3675).
|
(https://github.com/fmtlib/fmt/issues/3675).
|
||||||
|
|
||||||
|
- Fixed an ambiguity between `std::reference_wrapper<T>` and `format_as`
|
||||||
|
formatters (https://github.com/fmtlib/fmt/issues/4424,
|
||||||
|
https://github.com/fmtlib/fmt/pull/4434). Thanks @jeremy-rifkin.
|
||||||
|
|
||||||
- Removed deprecated `basic_format_args::parse_context_type` and
|
- Removed deprecated `basic_format_args::parse_context_type` and
|
||||||
`basic_format_args::formatter_type`.
|
`basic_format_args::formatter_type`.
|
||||||
|
|
||||||
|
- Changed component prefix from `fmt-` to `fmt_` for compatibility with
|
||||||
|
NSIS/CPack on Windows, e.g. `fmt-doc` changed to `fmt_doc`
|
||||||
|
(https://github.com/fmtlib/fmt/pull/4442). Thanks @n-stein.
|
||||||
|
|
||||||
|
- Updated `.gitignore` (https://github.com/fmtlib/fmt/pull/4355).
|
||||||
|
Thanks @dinomight.
|
||||||
|
|
||||||
|
- Fixed various warnings and compilation issues
|
||||||
|
(https://github.com/fmtlib/fmt/pull/4356). Thanks @dinomight.
|
||||||
|
|
||||||
# 11.2.0 - 2025-05-03
|
# 11.2.0 - 2025-05-03
|
||||||
|
|
||||||
- Added the `s` specifier for `std::error_code`. It allows formatting an error
|
- Added the `s` specifier for `std::error_code`. It allows formatting an error
|
||||||
|
Reference in New Issue
Block a user