From 6991d2c479ad7436da363d352b648d3263a9482f Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Mon, 13 Jan 2025 17:56:41 +0100 Subject: [PATCH] Add changelog for setting DTR when opening a serial port --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ae3f6..88464d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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