* Make serializer_class optional (`Issue 57 <https://github.com/limdauto/drf_openapi/issues/57>`_)
1.1.0
------------------
* Fix viewset that doesn't have pagination_class (`Issue 84 <https://github.com/limdauto/drf_openapi/issues/84>`_) and (`Issue 92 <https://github.com/limdauto/drf_openapi/issues/92>`_)
1.0.1
------------------
* Fix DRF 3.7 compatibility issue * Added (`werwty <https://github.com/werwty>`_) as a maintainer
0.9.9
------------------
* Another fix for ListSerializer/ListField (`Issue 28 <https://github.com/limdauto/drf_openapi/issues/28>`_)
0.9.8
------------------
* Turn schema view into a class-based view for easier customization