From ee7b9a0734abca4e8ae138ad683e867396728d7c Mon Sep 17 00:00:00 2001 From: John Carter Date: Sun, 17 Jun 2018 22:31:21 +1200 Subject: [PATCH] Fix 1.9.0 changelog typo (#147) --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 720797a..2356880 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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`)