- [apispec.ext.marshmallow]: Include ``default`` in output spec when ``False`` is the default for a ``Boolean`` field (:issue:`130`). Thanks :user:`nebularazer`.
- [apispec.ext.marshmallow] Sort list of required field names in generated spec (:issue:`124`). Thanks :user:`dradetsky`.
0.20.1
Not secure
+++++++++++++++++++
Bug fixes:
- [apispec.ext.tornado]: Fix compatibility with Tornado>=4.5. - [apispec.ext.tornado]: Fix adding paths for handlers with coroutine methods in Python 2 (:issue:`99`).