From 725424e44f2ca2b2b8abfccbf4430d77a86062f2 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Thu, 26 Sep 2024 12:41:52 +0200 Subject: [PATCH] Add changelog for cleaning up enumeration on macOS --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f362d..894ba2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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