Added support for ByteArray type (#88)

This commit is contained in:
adrG2
2021-10-17 18:43:46 +02:00
committed by GitHub
parent 1a924058a1
commit 67bd6ad36f
5 changed files with 22 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [1.9.0] - october 15th, 2021
### Added
- ByteArray added to the set of default types
## [1.8.1] - October 4th, 2021
### Added