Skip to content

Commit

Permalink
Update changelog for USB device info on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel authored and eldruin committed Dec 11, 2023
1 parent d79f2b0 commit e10d3c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ project adheres to [Semantic Versioning](https://semver.org/).
handles when starting a child process. In particular this means that a serial
device can be reopened after making SW update of a Tauri application.
[#130](https://github.com/serialport/serialport-rs/pull/130)
* Prefer USB device manufacturer and model information from the actual USB
device over the information from udev's database.
[#137](https://github.com/serialport/serialport-rs/pull/137)
* Raise MSRV from 1.56.1 to 1.59.0.
[#137](https://github.com/serialport/serialport-rs/pull/137)

### Fixed
* Fixes a bug on Windows where composite devices would show a incorrect serial
Expand Down

0 comments on commit e10d3c9

Please sign in to comment.