Skip to content

Commit

Permalink
Add changelog for clamping very long timeout values
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel authored and eldruin committed Aug 5, 2024
1 parent 2ce90ef commit 4bcb745
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ project adheres to [Semantic Versioning](https://semver.org/).
### Fixed
* Fix looking up `UsbPortInfo::interface` on macOS.
[#193](https://github.com/serialport/serialport-rs/pull/193)
* Fix issues with very long timeout values like `Duration::MAX` by clamping to
maximum supported value for underlying platform.
[#207](https://github.com/serialport/serialport-rs/issues/207),
[#208](https://github.com/serialport/serialport-rs/pull/208)
### Removed


Expand Down

0 comments on commit 4bcb745

Please sign in to comment.