Derive and for most enums

This commit is contained in:
Mihai Dinculescu
2022-10-29 15:51:41 +01:00
parent 8cc948816d
commit 0a05fd38c9
7 changed files with 14 additions and 9 deletions

View File

@@ -6,6 +6,11 @@ file. This change log follows the conventions of
## [Unreleased]
### Added
- `#[derive(PartialEq)]` has been added to `Condition`, `DataType`, `FacilityType`, `NotificationGroup`, `Period`, `ViewType`, `ClientEvent`, `SystemEventRequest` and `SystemEvent`.
- `#[derive(Eq)]` has been added to `Condition`, `DataType`, `FacilityType`, `NotificationGroup`, `Period`, `ViewType`, `ClientEvent` and `SystemEventRequest`.
### Changed
- The GitHub repository has been renamed from `mihai-dinculescu/simconnect-sdk` to `mihai-dinculescu/simconnect-sdk-rs`.