3.5
What's Changed
- Check if field is pointer before checking if field is an array by @MrYoranimo in #18
- Add support for two-dimensional arrays by @MrYoranimo in #24
- Raise an exception when the static size of an array field does not match the size of the provided list instead of silently writing incorrectly sized data. by @skarnproject in #23
- Update style and pin on black v23.1.0 by @pyrco in #25
- Add isort to flake8 linting by @pyrco in #26
New Contributors
- @MrYoranimo made their first contribution in #18
- @skarnproject made their first contribution in #23
Full Changelog: 3.4...3.5