From a93db8501dd0fa177f1843c514d53f314778b1c6 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Mon, 14 Oct 2024 12:19:03 +0200 Subject: [PATCH] Add changelog for retrieving USB port info without libudev --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ecadf1..f1c4409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ project adheres to [Semantic Versioning](https://semver.org/). * Add recommendation on how to interpret `UsbPortInfo::interface_number`. [#219](https://github.com/serialport/serialport-rs/pull/219) +* Add support for retrieving USB port info on Linux without libudev. + [#220](https://github.com/serialport/serialport-rs/pull/220) ### Changed