From e6090af50f2e9582dc7487fc0f43a29f151d8535 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Mon, 20 Nov 2023 14:32:50 +0100 Subject: [PATCH] Update changelog for updated macOS dependencies --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb1a0a6..70abc998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ project adheres to [Semantic Versioning](https://semver.org/). [#122](https://github.com/serialport/serialport-rs/pull/122) * Fixes a bug on Windows where some USB device serial numbers were truncated. [#131](https://github.com/serialport/serialport-rs/pull/131) +* Switches to maintained sys crates for CoreFoundation and IOKit on macOS. + [#112](https://github.com/serialport/serialport-rs/issues/112), + [#136](https://github.com/serialport/serialport-rs/pull/136) ### Removed