From 00b042b85f00181def50b57eed17b4fb0d354b13 Mon Sep 17 00:00:00 2001 From: Joel Lefkowitz Date: Mon, 18 Jul 2022 17:18:38 +0100 Subject: [PATCH] Update changelog --- docs/changelog.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index c301ea3b..1f6cff33 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,11 +2,22 @@ Changelog ######### +********** +**1.21.3** +********** + +*Release date: Jul 18, 2022* + +**FIXED:** Set generator url for swagger_settings.DEFAULT_API_URL (:pr:`682`) +**FIXED:** Check fields for allow_null attribute (:pr:`688`) +**FIXED:** Encode pytz object field as a string by default (:pr:`717`) +**FIXED:** Handle errors rendering with TemplateHTMLRenderer (:pr:`742`) + ********** **1.21.2** ********** -*Release date: Jul 17, 2022* +*Release date: Jul 18, 2022* **FIXED:** Fixed code block rst syntax in ``README.rst``