Skip to content

Commit

Permalink
Add changelog for setting DTR when opening a serial port
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel committed Jan 13, 2025
1 parent b7354d3 commit 6991d2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ project adheres to [Semantic Versioning](https://semver.org/).

* Enumerate ports from more subsystems on Linux without libudev.
[#238](https://github.com/serialport/serialport-rs/pull/238)
* Set data terminal ready (DTR) signal when opening a port by default and allow
to customize this behavior through the builder.
[#239](https://github.com/serialport/serialport-rs/pull/239)

### Fixed
### Removed
Expand Down

0 comments on commit 6991d2c

Please sign in to comment.