SHA256
1
0
forked from pool/fmt

fmt 11.0.2

This commit is contained in:
Jan Engelhardt 2024-07-20 16:53:55 +02:00
parent 28e447389e
commit a3a6e9dfd1
4 changed files with 16 additions and 4 deletions

BIN
11.0.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
11.0.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jul 20 14:51:13 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.0.2
* Fixed performance regressions when using
``std::back_insert_iterator`` with`` fmt::format_to``.
* Made ``formatter<std::string_view>::parse`` work with types
convertible to ``std::string_view``.
* Made ``volatile void *`` formattable.
* Made ``fmt::context`` iterator compatible with STL algorithms
that rely on the iterator category.
-------------------------------------------------------------------
Wed Jul 10 18:07:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,7 +18,7 @@
%define sover 11
Name: fmt
Version: 11.0.1
Version: 11.0.2
Release: 0
Summary: A formatting library for C++
License: MIT