* Accept an ISO Date as a string (scottbelden in PR 338) * Fix failure case involving unions and nulls (scottbelden in PR 337) * The __fastavro_parsed hint should no longer be written to the avro file (scottbelden in PR 335)
* Build 32bit wheels on Windows (scottbelden in PR 329)
0.21.20
* Add write_block function to the Writer class (josephglanville in PR 324) * Remove support for Python 3.4 (scottbelden in PR 326) * Only write the hint that we have parsed a schema on the outer most dictionary (scottbelden in PR 327)
0.21.19
* Make sure to always read the writer schema in the cython implementation (scottbelden in PR 317)
0.21.18
* Make sure True and False do not validate as an int, long, float, or double (scottbelden in PR 316)