* Fix bug with schema evolution in unions (scottbelden in PR 487)
1.2.0
* Change load_schema so that if the initial schema is a single record, the resulting schema will also be a single record (previously it would become a union of records) (scottbelden in PR 482)
1.1.1
* Build wheels for ARM64 (AWSjswinney in PR 475)
1.1.0
* Dropped support for Python 3.5 and added support Python 3.9 (scottbelden in PR 474)
1.0.0
* Dropped support for Python 2 (scottbelden in PR 449)
0.24.2
* Support array.array as input for avro array type (fthyssen in PR 455) * Support bytes in the fastavro CLI command (fthyssen in PR 465)