From 54ad90415d782dbdad7307dee0b33a1b969429f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Sat, 16 Jun 2018 15:55:36 +0300 Subject: [PATCH] Add 1.9.0 changelog --- docs/changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0cad3ff..d7c621f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,18 @@ Changelog ######### +********* +**1.9.0** +********* + +*Release date: Jun 16, 2018* + +- **ADDED:** added ``DEFAULT_GENERATOR_CLASS`` setting and ``--generator-clas`` argument to the ``generate_swagger`` + management command (:issue:`140`) +- **FIXED:** fixed wrongly required ``'count'`` response field on ``CursorPagination`` (:issue:`141`) +- **FIXED:** fixed crash when encountering ``coreapi.Fields``\ s without a ``schema`` (:issue:`143`) + + ********* **1.8.0** *********