From bb4379739d0c572410b6cb2e1eb6b51d97f0e7ef Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Thu, 25 Jul 2024 23:03:58 +0200 Subject: [PATCH] Add changelog entry for MODALIAS as device information source --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28bc221..a70426e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ project adheres to [Semantic Versioning](https://semver.org/). * Add `IntoRawHandle` implementation for `COMPort` [#199](https://github.com/serialport/serialport-rs/pull/199) +* Add MODALIAS as additional source of information for USB devices on Linux + [#170](https://github.com/serialport/serialport-rs/pull/170) ### Changed ### Fixed