* Allow arbitrary ordering of union fields when a default is present (jvansanten in PR 738)
1.9.1
* Make reader options work in a union with a reader schema (scottbelden in PR 734) * Change tests to use "-m fastavro" rather than fastavro.main.py (hroncok in PR 730)
1.9.0
* Allow cramjam as a snappy library (scottbelden in PR 721) * Add deprecation about using python-snappy (scottbelden in PR 725) * Improve enum validation to disallow spaces in enum symbols (OffByOnee in PR 728)
1.8.4
* Support Python 3.12 (scottbelden in PR 709) * Better error message for enums (retoo in PR 717)
1.8.3
* Add return_named_type and return_named_type_override (scottbelden in PR 710)
1.8.2
* Fix issue with aliasing referenced schemas (SerikDM in PR 704)