mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Bump version and correct changelog
This commit is contained in:
parent
9e554999ce
commit
b3ad759a0a
@ -142,7 +142,7 @@
|
||||
// s == "1~234~567"
|
||||
|
||||
* Constrained formatting functions on proper iterator types
|
||||
(`#921 <https://github.com/fmtlib/fmt/pull/921>`_):
|
||||
(`#921 <https://github.com/fmtlib/fmt/pull/921>`_).
|
||||
Thanks `@DanielaE (Daniela Engert) <https://github.com/DanielaE>`_.
|
||||
|
||||
* Added ``make_printf_args`` and ``make_wprintf_args`` functions
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <type_traits>
|
||||
|
||||
// The fmt library version in the form major * 10000 + minor * 100 + patch.
|
||||
#define FMT_VERSION 50300
|
||||
#define FMT_VERSION 50301
|
||||
|
||||
#ifdef __has_feature
|
||||
# define FMT_HAS_FEATURE(x) __has_feature(x)
|
||||
|
Loading…
Reference in New Issue
Block a user