From 4a341dc2e12ff78efeef80db490950ca4876a3e7 Mon Sep 17 00:00:00 2001 From: Jay Fitzgerald <34140133+ni-jfitzger@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:34:04 -0600 Subject: [PATCH] Update changelog details related to Python 3.8 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b51fb89..ac57695ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -547,7 +547,8 @@ All notable changes to this project will be documented in this file. * #### Added * Zip file per driver for all examples and any helper files * Link to zip file on examples documentation - * Support for Python 3.8 + * Declare Support for Python 3.8 (add missing classifier for PyPI) + * Support was added in 1.1.4 * #### Changed * `import_attribute_configuration_buffer()` now accepts `list` of numbers that are integers less than 255, `array.array('b')`, `bytes`, `bytearray` for configuration buffer - [#1013](https://github.com/ni/nimi-python/issues/1013) * `export_attribute_configuration_buffer()` now returns `bytes` as the buffer type - [#1013](https://github.com/ni/nimi-python/issues/1013)