forked from fmtlib/fmt
Update changelog
This commit is contained in:
@ -6,9 +6,6 @@
|
|||||||
- Worked around an ABI issue in spdlog
|
- Worked around an ABI issue in spdlog
|
||||||
(https://github.com/fmtlib/fmt/issues/4385).
|
(https://github.com/fmtlib/fmt/issues/4385).
|
||||||
|
|
||||||
- Optimized `text_style` using bit packing
|
|
||||||
(https://github.com/fmtlib/fmt/pull/4363). Thanks @LocalSpook.
|
|
||||||
|
|
||||||
- Fixed handling of named arguments in format specs
|
- Fixed handling of named arguments in format specs
|
||||||
(https://github.com/fmtlib/fmt/issues/4360,
|
(https://github.com/fmtlib/fmt/issues/4360,
|
||||||
https://github.com/fmtlib/fmt/pull/4361). Thanks @dinomight.
|
https://github.com/fmtlib/fmt/pull/4361). Thanks @dinomight.
|
||||||
@ -16,6 +13,11 @@
|
|||||||
- Added error reporting for duplicate named arguments
|
- Added error reporting for duplicate named arguments
|
||||||
(https://github.com/fmtlib/fmt/pull/4367). Thanks @dinomight.
|
(https://github.com/fmtlib/fmt/pull/4367). Thanks @dinomight.
|
||||||
|
|
||||||
|
- Fixed formatting of `long` with `FMT_BUILTIN_TYPES=0`.
|
||||||
|
|
||||||
|
- Optimized `text_style` using bit packing
|
||||||
|
(https://github.com/fmtlib/fmt/pull/4363). Thanks @LocalSpook.
|
||||||
|
|
||||||
# 11.1.4 - 2025-02-26
|
# 11.1.4 - 2025-02-26
|
||||||
|
|
||||||
- Fixed ABI compatibility with earlier 11.x versions on Windows
|
- Fixed ABI compatibility with earlier 11.x versions on Windows
|
||||||
|
Reference in New Issue
Block a user