Skip to content

Commit

Permalink
Add changelog for cleaning up enumeration on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel committed Sep 26, 2024
1 parent fa57a09 commit 725424e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@ project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
### Added
### Changed

* Switched from core-foundation-sys to core-foundation for more conviniently
working with Core Foundation types for enumeration on macOS.
[#218](https://github.com/serialport/serialport-rs/pull/218)

### Fixed

* Fix ignoring the status of several function calls into Core Foundation on mac
OS.
[#218](https://github.com/serialport/serialport-rs/pull/218)

### Removed


Expand Down

0 comments on commit 725424e

Please sign in to comment.