Skip to content

Commit 2adffca

Browse files
Add changelog for 0.7.2
1 parent 35973f9 commit 2adffca

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,21 @@ All notable changes to this project will be documented in this file.
1515
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1616
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1717

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
1933

2034
## [0.7.1](https://github.com/KDAB/cxx-qt/compare/v0.7.0...v0.7.1) - 2025-03-04
2135

0 commit comments

Comments
 (0)