Skip to content

Commit

Permalink
changelog: update for 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab authored and LeonMatthesKDAB committed Apr 19, 2024
1 parent 475dc99 commit 8f680f1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/KDAB/cxx-qt/compare/v0.6.0...HEAD)
## [Unreleased](https://github.com/KDAB/cxx-qt/compare/v0.6.1...HEAD)

## [0.6.1](https://github.com/KDAB/cxx-qt/compare/v0.6.0...v0.6.1) - 2024-04-19

### Fixed

- Missing include for `MaybeLockGuard` when using only `extern "C++Qt"` signals
- Fix build issues with Qt 6.7
- Improve handling of Apple frameworks with Qt
- Run qmlcachegen only when required
- Support for building with no Rust or C++ files in the builder script

## [0.6.0](https://github.com/KDAB/cxx-qt/compare/v0.5.3...v0.6.0) - 2023-11-17

Expand Down

0 comments on commit 8f680f1

Please sign in to comment.