1.6 KiB
1.6 KiB
Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
Unreleased
v0.1.3 - 2022-10-24
Changed
SimConnect::get_next_dispatch
will now return an error of typeSimConnectError::UnimplementedMessageType
instead of panicking on unrecognized notification types.SimConnect::get_next_dispatch
will now return an error of typeSimConnectError::SimConnectException
instead ofNotification::Exception
.SimConnectError::SimConnectUnrecognizedEvent
has been renamed toSimConnectError::UnimplementedEventType
.#[non_exhaustive]
has been added to theSimConnectError
andNotification
enums.- The tracing information has been adjusted to be at the
info
anddebug
levels instead ofinfo
.
v0.1.2 - 2022-10-22
Added
Condition
,DataType
,FacilityType
andPeriod
now deriveDebug
.
Fixed
- Docs.rs build should now pass. Take 2.
v0.1.1 - 2022-10-21
Changed
- The docs and README files have been improved.
Fixed
- Docs.rs build should now pass.