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 authored and eldruin committed Jan 13, 2025
1 parent 82226e1 commit 88bdbd5
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

Expand Down

0 comments on commit 88bdbd5

Please sign in to comment.