From 57870d12a427046a5959b375ef84eb5c6a6aa6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Fri, 12 Jan 2018 03:45:32 +0100 Subject: [PATCH] Add 1.2.0 changelog --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index d936c36..0034089 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,16 @@ Changelog ######### +********* +**1.2.0** +********* + +- **ADDED:** ``basePath`` is now generated by taking into account the ``SCRIPT_NAME`` variable and the + longest common prefix of API urls (:issue:`37`, :pr:`42`) +- **IMPROVED:** removed inline scripts and styles from bundled HTML templates to increase CSP compatibility +- **IMPROVED:** improved validation errors and added more assertion sanity checks (:issue:`37`, :issue:`40`) +- **IMPROVED:** improved handling of NamespaceVersioning by excluding endpoints of differing versions + (i.e. when accesing the schema view for v1, v2 endpoints will not be included in swagger) ********* **1.1.3**