diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 0df65e5..9611849 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -7,6 +7,15 @@ Changelog ========= +0.7.6 +----- + +- Add missing #include +- Fix promote_type with two complex floats and one double +- test/CMakeLists.txt: remove extra find_package(Threads) +- Fixed half errhandling throw except +- Resolve issue promoting multiple std::complex + 0.7.5 ----- diff --git a/include/xtl/xtl_config.hpp b/include/xtl/xtl_config.hpp index d0032d5..4106c32 100644 --- a/include/xtl/xtl_config.hpp +++ b/include/xtl/xtl_config.hpp @@ -12,7 +12,7 @@ #define XTL_VERSION_MAJOR 0 #define XTL_VERSION_MINOR 7 -#define XTL_VERSION_PATCH 5 +#define XTL_VERSION_PATCH 6 #ifndef __has_feature #define __has_feature(x) 0