File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,21 @@ All notable changes to this project will be documented in this file.
15
15
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
16
16
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
17
17
18
- ## [ Unreleased] ( https://github.com/KDAB/cxx-qt/compare/v0.7.1...HEAD )
18
+ ## [ Unreleased] ( https://github.com/KDAB/cxx-qt/compare/v0.7.2...HEAD )
19
+
20
+ ## [ 0.7.2] ( https://github.com/KDAB/cxx-qt/compare/v0.7.1...v0.7.2 ) - 2025-04-28
21
+
22
+ ### Added
23
+
24
+ - ` impl cxx_qt::Initialize for X {} ` as shorthand for ` impl cxx_qt::Constructor<()> for X {} `
25
+ - ` extern "RustQt" ` blocks no longer have to be marked ` unsafe `
26
+
27
+ ### Fixed
28
+
29
+ - cxx-qt-build: Use shorter paths to avoid file path length limitations on Windows
30
+ - CMake: Use Release Qt DLLs and runtime for MSVC Debug builds
31
+ - Fix some generated links to book page
32
+ - ` #[inherit] ` attributes are no longer ignored in ` extern "C++Qt" ` blocks - they now trigger an error
19
33
20
34
## [ 0.7.1] ( https://github.com/KDAB/cxx-qt/compare/v0.7.0...v0.7.1 ) - 2025-03-04
21
35
You can’t perform that action at this time.
0 commit comments