Skip to content

Commit

Permalink
Add missing changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel authored and eldruin committed Jun 27, 2024
1 parent 73718f8 commit d2f3118
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,27 @@ project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
### Added
* Added conversions between `DataBits`, `StopBits` types and their numeric representations
* Added `FromStr` implementation for `FlowControl`
* Add conversions between `DataBits`, `StopBits` types and their numeric
representations.
* Add `FromStr` implementation for `FlowControl`.
[#163](https://github.com/serialport/serialport-rs/pull/163)
### Changed
* Several changes for CI hygiene.
### Fixed
* Fixes a bug where `available_ports()` returned disabled devices on Windows.
* Fix a bug where `available_ports()` returned disabled devices on Windows.
[#144](https://github.com/serialport/serialport-rs/pull/144)
* Fixes a bug on Windows where the `WriteTotalTimeoutConstant` field hasn't been
* Fix a bug on Windows where the `WriteTotalTimeoutConstant` field hasn't been
configured properly when the `set_timeout` method is called.
[#124](https://github.com/serialport/serialport-rs/issues/124)
* Fix a longstanding bug on Windows where timeouts of length zero
(`Duration::ZERO`) actually resulted in waiting indefinitely.
[#79](https://github.com/serialport/serialport-rs/pull/79)
* Fix missing modem ports from `available_ports()` on Windows.
[#81](https://github.com/serialport/serialport-rs/issues/81)
[#84](https://github.com/serialport/serialport-rs/pull/84)
* Fix MSRV incompatibility with sub-dependency of clap.
[#186](https://github.com/serialport/serialport-rs/pull/186)


### Removed

Expand Down

0 comments on commit d2f3118

Please sign in to comment.