Skip to content

Commit

Permalink
Release 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Dec 12, 2023
1 parent ae017d5 commit c95f6c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
Changelog
=========

0.7.6
-----

- Add missing #include <exception>
- 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
-----

Expand Down
2 changes: 1 addition & 1 deletion include/xtl/xtl_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c95f6c8

Please sign in to comment.