Skip to content

Commit af043fe

Browse files
committed
Add changelog entry for removing regex dependency
1 parent 92d50b2 commit af043fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ project adheres to [Semantic Versioning](https://semver.org/).
88
## [Unreleased]
99
### Added
1010
### Changed
11+
* Replace using regex crate for parsing device identification strings for
12+
`available_ports` on Windows. This is now done by some bespoke code to
13+
significantly reduce build times.
14+
[#201](https://github.com/serialport/serialport-rs/pull/201)
1115
### Fixed
1216
### Removed
1317

0 commit comments

Comments
 (0)