Fix 1.9.0 changelog typo (#147)

openapi3
John Carter 2018-06-17 22:31:21 +12:00 committed by Cristi Vîjdea
parent 0697c415ed
commit ee7b9a0734
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Changelog
*Release date: Jun 16, 2018*
- **ADDED:** added ``DEFAULT_GENERATOR_CLASS`` setting and ``--generator-clas`` argument to the ``generate_swagger``
- **ADDED:** added ``DEFAULT_GENERATOR_CLASS`` setting and ``--generator-class`` argument to the ``generate_swagger``
management command (:issue:`140`)
- **FIXED:** fixed wrongly required ``'count'`` response field on ``CursorPagination`` (:issue:`141`)
- **FIXED:** fixed some cases where ``swagger_extra_fields`` would not be handlded (:pr:`142`)