From 22e2ae4c2c4651b4a6b1eac33866ca38af028e74 Mon Sep 17 00:00:00 2001 From: Rahix Date: Thu, 26 Dec 2024 11:41:24 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a10bd32..647dd2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### `profirust` +#### Added +- `SerialPortPhy` now automatically configures low-latency mode for USB-serial + adapters on Linux. This is especially necessary for FTDI-based devices as + those come with a high latency configured by default. ## [0.5.0] - 2024-12-20