From 07e59380e63bf27448d204952bdf108faa7696c0 Mon Sep 17 00:00:00 2001 From: Jay Fitzgerald <34140133+ni-jfitzger@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:43:44 -0600 Subject: [PATCH] Correct 1.2.0 changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10acff81d..96c3aa9e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -545,7 +545,7 @@ 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 + * Python 3.8 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)