diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6896f8c9..65ccb39e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,7 +12,7 @@ Changelog - Update SWAGGER_UI_DIST settings.rst [Alfie Day] - fix custom http_method_names for actions `#1184 `_ - Add support for direct usage of higher order hints `#1174 `_ -- Document `extend_schema_view` support for `@action` (`#1178 `_) [johnthagen] +- Document ``extend_schema_view`` support for ``@action`` (`#1178 `_) [johnthagen] - remove official 3.6 support due to upstream breakage. - Add auth extension for django-rest-knox [Callum Gare] - fix yaml encoder for OrderedDict objects `#1158 `_