added special case to support UUID field (#19)

This commit is contained in:
Ryan Brink
2021-04-16 09:28:45 -04:00
committed by GitHub
parent 31e038f445
commit fdd18674da
6 changed files with 37 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## [0.1.1] - April 16th, 2021
### Added
- Explicit UUID support to prevent incorrect interpretation as complex object
## [0.1.0] - April 16th, 2021
### Changed