Skip to content

Commit

Permalink
0.6 was already released. Move it on unreleased section
Browse files Browse the repository at this point in the history
  • Loading branch information
Montel authored and LeonMatthesKDAB committed Dec 15, 2023
1 parent d05eeb0 commit 5745154
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### Added

- Support for further types: `QLine`, `QLineF`, `QImage`

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

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

### Changed

Expand Down

0 comments on commit 5745154

Please sign in to comment.