From 60052793be30ffc3289460ad229a40f54c436f70 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 16 Dec 2024 18:44:03 +1300 Subject: [PATCH] doc/CHANGELOG: release notes for v0.7.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91cfb9e3..9e61b545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 2024-12-16 v0.7.1 + +- Fix an issue with methods returning Qt types having incomplete subclass information (#97, #98, #101, #110) +- Fix an issue with segfaults when trying to call subclass methods on a Qt type that MIQT didn't construct (#101) +- Fix an issue with requiring `-D_Bool=bool` on some compilers (#102, #103) + ## 2024-11-27 v0.7.0 - **BREAKING:** Reorder `QVariant` constructors for new `QMap<>` support (#13)