Skip to content

Commit 33aae31

Browse files
committed
0.6 was already released. Move it on unreleased section
1 parent 2851a79 commit 33aae31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

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

17+
### Added
18+
19+
- Support for further types: `QLine`, `QLineF`, `QImage`
20+
1721
## [0.6.0](https://github.com/KDAB/cxx-qt/compare/v0.5.3...v0.6.0) - 2023-11-17
1822

1923
### Added
@@ -29,7 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2933
- `extern "C++Qt"` block support for declaring existing types with methods and signals
3034
- `#[qenum]` attribute for `Q_ENUM` and `Q_ENUM_NS` support
3135
- `qnamespace!` macro to support exposing namespaced enums to QML
32-
- Support for further types: `QLine`, `QLineF`, `QImage`
3336

3437
### Changed
3538

0 commit comments

Comments
 (0)