Skip to content

Commit 914a8f9

Browse files
committed
changelog: update for 0.7.1 release
1 parent 56825db commit 914a8f9

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ 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.0...HEAD)
18+
## [Unreleased](https://github.com/KDAB/cxx-qt/compare/v0.7.1...HEAD)
1919

2020
### Added
2121

2222
- `QDateTime::from_string` to parse `QDateTime` from a `QString`.
2323
- Support for further types: `QUuid`
2424
- New example: Basic greeter app
2525
- Support for further types: `qreal`, `qint64`, `qintptr`, `qsizetype`, `quint64`, `quintptr`
26-
- Allow creating a `QImage` from an `image::RgbaImage`.
2726
- Support for `cfg` attributes through to C++ generation
2827
- CXX-Qt-build: Improved compile time and propagation of initializers between crates
2928
- CXX-Qt-build: Multi-crate projects are now possible with Cargo and CMake (see `examples/qml_multi_crates`)
@@ -32,15 +31,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3231
- Add wrappers for up and down casting, for all types which inherit from QObject, available for &T, &mut T and Pin<&mut T>
3332
- Support for `QMessageLogContext` and sending log messages to the Qt message handler.
3433

35-
### Fixed
36-
37-
- Build warnings due to unused unsafe blocks since CXX 1.0.130
38-
3934
### Removed
4035

4136
- CXX-Qt-build: Interface no longer includes compiler definitions (<https://github.com/KDAB/cxx-qt/issues/1165>)
4237
- CXX-Qt-build: Interface no longer includes initializers
4338

39+
## [0.7.1](https://github.com/KDAB/cxx-qt/compare/v0.7.0...v0.7.1) - 2025-03-04
40+
41+
### Added
42+
43+
- Allow creating a `QImage` from an `image::RgbaImage`.
44+
45+
### Fixed
46+
47+
- Prevent clippy from tripping lint
48+
- Build warnings due to unused unsafe blocks since CXX 1.0.130
49+
- On non-Unix platforms, use deep copying rather than symlinking
50+
4451
## [0.7.0](https://github.com/KDAB/cxx-qt/compare/v0.6.1...v0.7.0) - 2024-10-30
4552

4653
### Added

0 commit comments

Comments
 (0)