diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cdc0856..5825fbfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,9 +38,11 @@ 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) ## 1.0.1 * ### Merged Pull Requests