From 2d493d12a9000242b604d7027e67acfc01c2ca05 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Thu, 1 Aug 2024 23:46:45 +0200 Subject: [PATCH] Add changelog entry for switching to UTF-16 sting API on Windows --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3595785d..e2f3b57f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ project adheres to [Semantic Versioning](https://semver.org/). `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) +* Switch from ANSI to Unicode/UTF-16 string API on Windows. + [#89](https://github.com/serialport/serialport-rs/pull/89) ### Fixed * Fix looking up `UsbPortInfo::interface` on macOS. [#193](https://github.com/serialport/serialport-rs/pull/193)