Skip to content

Commit

Permalink
Add changelog entry for replacing regex dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel committed Jul 28, 2024
1 parent 92d50b2 commit 0e671ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
### Added
### Changed
* Replace using regex crate for parsing device identification strings for
`available_ports` on Windows. This is now done by some bespoke code to
significantly reduce build times.
[#201](https://github.com/serialport/serialport-rs/pull/201)
### Fixed
### Removed

Expand Down

0 comments on commit 0e671ad

Please sign in to comment.