From 7f559215e0dc85213d97312bb70c5b5a12ba0876 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 4 Jan 2024 11:24:58 +0000 Subject: [PATCH] Changes to docs should not be included in release notes. --- docs/community/release-notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/community/release-notes.md b/docs/community/release-notes.md index 3a933cf2f..f91c7d758 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -42,7 +42,6 @@ Date: ... * Added jQuery 3.7.1 support & dropped previous version [[#9094](https://github.com/encode/django-rest-framework/pull/9094)] * Use str as default path converter [[#9066](https://github.com/encode/django-rest-framework/pull/9066)] -* Update third-party-packages.md [[#9026](https://github.com/encode/django-rest-framework/pull/9026)] * Document support for http.HTTPMethod in the @action decorator added in Python 3.11 [[#9067](https://github.com/encode/django-rest-framework/pull/9067)] * Add note for HiddenField behavior [[#9055](https://github.com/encode/django-rest-framework/pull/9055)] * Add docs validation to release process [[#6967](https://github.com/encode/django-rest-framework/pull/6967)]