summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTakatoshi Kondo <redboltz@gmail.com>2024-04-02 11:14:58 +0900
committerTakatoshi Kondo <redboltz@gmail.com>2024-04-02 11:14:58 +0900
commitddb884e9cd082632bbdbdd8ce5475a89bbd5a478 (patch)
tree1148811aadacd61414957e88f3296688606e8efc /CHANGELOG.md
parentc593c32b872eb3a8f1d04ad223c151a45c9cfe84 (diff)
Update the version to 6.1.1.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73199b01..68efc57c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 2024-04-02 version 6.1.1
+ * Fix compilation error when std::variant has the same types (#1112)
+ * Improve CI (#1090, #1110)
+ * Fix to avoid common function name's (has_as::check) ambiguity/conflict with other libraries' macros (#1085)
+
# 2023-07-08 version 6.1.0
* Remove dependency on boost in chrono.hpp (#1076)
* Add support for std::variant behavior (#1075)