* Fix for nested fields under Marshmallow 3, thanks to pacoyang (https://github.com/TMiguelT/flapison/pull/11)
0.30.9
* Allow simple filters to have list values, e.g. `filter[id]=1,2,3`
0.30.8
* Allow relationships to be compared to scalars (https://github.com/TMiguelT/flapison/pull/8)
0.30.7
* Be more relaxed about the Content-Type header. We ignore its value unless it's a POST or PATCH request, since we don't actually use the request body for GET and DELETE
0.30.6
* Be more relaxed about the Accept header. In general, allow no Accept header, or `*/*`. Assume these are `application/vnd.api+json`
0.30.5
* Fix issues involving Content-Type headers with arguments, e.g. 'text/html; charset=UTF-8' * Stop supporting Python 3.5 (unfortunately), due to [marshmallow-jsonapi](https://github.com/marshmallow-code/marshmallow-jsonapi) dropping support