fmt 11.0.1
This commit is contained in:
BIN
10.2.1.tar.gz
(Stored with Git LFS)
BIN
10.2.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
11.0.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
11.0.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
14
fmt.changes
14
fmt.changes
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 18:07:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 11.0.1
|
||||
* Added fmt/base.h which provides a subset of the API with
|
||||
minimal include dependencies and enough functionality to
|
||||
replace all uses of the printf family of functions.
|
||||
* Improved integration with stdio in fmt::print, enabling
|
||||
direct writes into a C stream buffer in common cases.
|
||||
* fmt::format_to no longer exceeds buffers, instead it will
|
||||
truncate.
|
||||
* Added formatters for std::{expected,complex,type_info},
|
||||
std::chrono::{day,month,year,year_month_day}.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 13:55:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
Reference in New Issue
Block a user