From e0f749e9857d938693311af67bd575800cbc6aab Mon Sep 17 00:00:00 2001 From: "T. Franzel" Date: Thu, 22 Jun 2023 17:55:19 +0200 Subject: [PATCH] lint docs --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7b75e688..9dd3a388 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,7 +23,7 @@ Breaking changes / important additions: - no major changes but a multiude of small improvements. - we are now a lot more tolerant when it comes to writing extensions for non-standard classes (e.g. Pydantic). -- there should be no unexpected schema changes except for when ``djangorestframework_camel_case ``'s Middleware is used. +- there should be no unexpected schema changes except for when ``djangorestframework_camel_case``'s Middleware is used. 0.26.2 (2023-04-15) -------------------