forked from fmtlib/fmt
Prepare for the next release
This commit is contained in:
@ -1,3 +1,18 @@
|
|||||||
|
6.1.2 - TBD
|
||||||
|
-----------
|
||||||
|
|
||||||
|
* Fixed ABI compatibility with ``libfmt.so.6.0.0``.
|
||||||
|
|
||||||
|
* Fixed handling types convertible to ``std::string_view``
|
||||||
|
(`#1451 <https://github.com/fmtlib/fmt/pull/1451>`_).
|
||||||
|
Thanks `@denizevrenci (Deniz Evrenci) <https://github.com/denizevrenci>`_.
|
||||||
|
|
||||||
|
* Made CUDA test an opt-in enabled via the ``FMT_CUDA_TEST`` CMake option.
|
||||||
|
|
||||||
|
* Fixed sign conversion warnings
|
||||||
|
(`#1440 <https://github.com/fmtlib/fmt/pull/1440>`_).
|
||||||
|
Thanks `@0x8000-0000 (Florin Iucha) <https://github.com/0x8000-0000>`_.
|
||||||
|
|
||||||
6.1.1 - 2019-12-04
|
6.1.1 - 2019-12-04
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
// The fmt library version in the form major * 10000 + minor * 100 + patch.
|
// The fmt library version in the form major * 10000 + minor * 100 + patch.
|
||||||
#define FMT_VERSION 60101
|
#define FMT_VERSION 60102
|
||||||
|
|
||||||
#ifdef __has_feature
|
#ifdef __has_feature
|
||||||
# define FMT_HAS_FEATURE(x) __has_feature(x)
|
# define FMT_HAS_FEATURE(x) __has_feature(x)
|
||||||
|
Reference in New Issue
Block a user