From d2bd838325ed90dbf9197284adfa7fb98186d7ab Mon Sep 17 00:00:00 2001 From: Cristi Vijdea Date: Tue, 29 Jan 2019 09:05:32 +0200 Subject: [PATCH] Add 1.13.0 changelog --- docs/changelog.rst | 12 ++++++++++++ src/drf_yasg/inspectors/view.py | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index b7e4d92..5e01274 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,18 @@ Changelog ######### +********** +**1.13.0** +********** + +*Release date: Jan 29, 2019* + +- **IMPROVED:** type hint inspection is now supported for collections and``Optional`` (:pr:`272`) +- **IMPROVED:** updated ``swagger-ui`` to version 3.20.5 +- **IMPROVED:** updated ``ReDoc`` to version 2.0.0-rc.2 +- **DEPRECATED:** quietly dropped support for the ``flex`` validator; it will still work if the library is installed, + but the setup.py requirement was removed and the validator will be silently skipped if not installed (:issue:`285`) + ********** **1.12.1** ********** diff --git a/src/drf_yasg/inspectors/view.py b/src/drf_yasg/inspectors/view.py index 99ef1bf..6dd739d 100644 --- a/src/drf_yasg/inspectors/view.py +++ b/src/drf_yasg/inspectors/view.py @@ -1,5 +1,4 @@ import logging -import warnings from collections import OrderedDict from rest_framework.request import is_form_media_type