Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down