From 63687c3e122914ba0aefda8d28db1567704867c8 Mon Sep 17 00:00:00 2001 From: chaloh Date: Fri, 8 Nov 2024 01:25:44 +0800 Subject: [PATCH] address comment --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7146544..5825fbfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ All notable changes to this project will be documented in this file. * ### Resolved Issues * [644: nidaqmx doesn't support Python 3.13+](https://github.com/ni/nidaqmx-python/issues/644) * [641: No devices found](https://github.com/ni/nidaqmx-python/issues/641) + * Fall back to ASCII encoding if the system locale is not set. * ### Known Issues * [639: first_samp_timestamp_val property does not work because LibraryInterpreter is missing a method](https://github.com/ni/nidaqmx-python/issues/639)