From 7b57ec475a918fc6009c26640d559ed713cd762c Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 4 Jan 2024 11:23:50 +0000 Subject: [PATCH] Changes to project workflow 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 8302d2ed2..3a933cf2f 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -41,7 +41,6 @@ You can determine your currently installed version using `pip show`: Date: ... * Added jQuery 3.7.1 support & dropped previous version [[#9094](https://github.com/encode/django-rest-framework/pull/9094)] -* Fix documentation link test [[#9076](https://github.com/encode/django-rest-framework/pull/9076)] * 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)]