Skip to content

Commit

Permalink
Add changelog for retrying to flush on EINTR (POSIX)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel committed Jan 13, 2025
1 parent 4b7eeaa commit e641688
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 @@ -14,6 +14,10 @@ project adheres to [Semantic Versioning](https://semver.org/).
[#238](https://github.com/serialport/serialport-rs/pull/238)

### Fixed

* Retry flushing data on `EINTR` up to the ports read/write timeout.
[#225](https://github.com/serialport/serialport-rs/pull/225)

### Removed


Expand Down

0 comments on commit e641688

Please sign in to comment.