From 4591decf94e9c0a7988a60eab472880be9a03f4e Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 5 Jun 2025 16:33:34 +0200 Subject: [PATCH] :memo: Fix CHANGELOG.md formatting --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 768b4e3819..f8cbf22732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,9 +106,9 @@ These changes are available on the `master` branch, but have not yet been releas - Fixed `ForumChannel.edit` allowing `default_reaction_emoji` to be `None`. ([#2739](https://github.com/Pycord-Development/pycord/pull/2739)) - Fixed missing `None` type hints in `Select.__init__`. - ([#2746])(https://github.com/Pycord-Development/pycord/pull/2746) + ([#2746](https://github.com/Pycord-Development/pycord/pull/2746)) - Fixed `TypeError` when specifying `thread_name` in `Webhook.send`. - ([#2761])(https://github.com/Pycord-Development/pycord/pull/2761) + ([#2761](https://github.com/Pycord-Development/pycord/pull/2761)) - Updated `valid_locales` to support `in` and `es-419`. ([#2767](https://github.com/Pycord-Development/pycord/pull/2767)) - Fixed `Webhook.edit` not working with `attachments=[]`.