From 05901e99aa574e77f954703c5d8c6ec5410ef7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Wed, 24 Jan 2018 17:43:38 +0200 Subject: [PATCH] Add 1.3.1 changelog --- docs/changelog.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index c1d2385a..73730ee7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,12 +2,21 @@ Changelog ######### +********* +**1.3.1** +********* + +- **FIXED:** fixed a bug that would sometimes cause endpoints to wrongly be output as form operations (:issue:`50`) +- **IMPROVED:** added generation of ``produces`` based on renderer classes +- **IMPROVED:** added generation of top-level ``consumes`` and ``produces`` based on + ``DEFAULT_PARSER_CLASSES`` and ``DEFAULT_RENDERER_CLASSES`` (:issue:`48`) + ********* **1.3.0** ********* -- **ADDED:** security requirements are now correctly set and can be customized; this should fix - problems related to authentication in ``swagger-ui`` Try it out! (:issue:`50`, :pr:`54`) +- **ADDED:** security requirements are now correctly set and can be customized; this should fix problems related + to authentication in ``swagger-ui`` Try it out! (:issue:`50`, :pr:`54`) - **IMPROVED:** updated ``swagger-ui`` to version 3.9.2 - **IMPROVED:** updated ``ReDoc`` to version 1.20.0 - **FIXED:** fixed an exception caused by a warning in get_path_from_regex (:pr:`49`, thanks to :ghuser:`blueyed`)