doc/CHANGELOG: release notes for v0.7.1

This commit is contained in:
mappu 2024-12-16 18:44:03 +13:00
parent 6aca27dadb
commit 60052793be

View File

@ -1,5 +1,11 @@
# CHANGELOG # 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 ## 2024-11-27 v0.7.0
- **BREAKING:** Reorder `QVariant` constructors for new `QMap<>` support (#13) - **BREAKING:** Reorder `QVariant` constructors for new `QMap<>` support (#13)