Skip to content

Commit

Permalink
changelog: fix entries being added to 0.4.1 instead of unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab authored and Be-ing committed Dec 15, 2022
1 parent 8e0c171 commit f12bd22
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## Added

- Support for container types: `QSet<T>`, `QHash<K, V>`

### Fixed

- Support for generating correct C++ code for `Pin<T>` Rust types

## [0.4.1](https://github.com/KDAB/cxx-qt/compare/v0.4.0...v0.4.1) - 2022-11-18

### Added

- Multiple QObjects can be defined in one bridge
- Support for container types: `QSet<T>`, `QHash<K, V>`

### Fixed

- Fixed linking Qt with macOS frameworks. This allows using Qt from Homebrew.

### Fixed

- Support for generating correct C++ code for `Pin<T>` Rust types

## [0.4.0](https://github.com/KDAB/cxx-qt/compare/v0.3.0...v0.4.0) - 2022-10-28

### Added
Expand Down

0 comments on commit f12bd22

Please sign in to comment.