From 0a29ea1c3c0db502330061e956346fcb989b26f6 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Fri, 27 Sep 2024 22:02:32 +0200 Subject: [PATCH] Add changelog for fixing enumeration of USB devices reported as PCI --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f362d0..51ec06a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ project adheres to [Semantic Versioning](https://semver.org/). ### Added ### Changed ### Fixed + +* Fix enumeration USB reported as PCI devices which do not have a (short) + serial number. + [#160](https://github.com/serialport/serialport-rs/pull/160) + ### Removed