* handle records with no fields (scottbelden in PR 19)
0.8.7
* fix boolean encoding (scottbelden in PR 18)
0.8.6
* Allow nested record definitions from arrays and maps (mtth in PR 16) * Fix namespace bug for union references. (mtth in PR 16) * Remove generated .c files from git * Testing with Python 3.5rc1
0.8.5
* Fixed nested schema bug (dcreager in PR 15) * Testing Python 3.5 and pypy3 * Don't build extension on *any* version of pypy
0.8.4
* Packing fixes * Detect unknown types (pkoch in PR 11) * Fix .decode with no codec (oliverbestmann in PR 9)
0.8.3
* Fixed pip install manifest issue (rouge8 in PR 8)