From 3c03cb26333ef18cd6f99753f33458004ef6c662 Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Sat, 10 Aug 2024 16:36:20 +0200 Subject: [PATCH] fix: changelog warning Signed-off-by: Lala Sabathil --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db4369779..2ebb0f0528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,15 @@ possible (see our [Version Guarantees] for more info). These changes are available on the `master` branch, but have not yet been released. +⚠️ **This Version Removes Support For Python 3.8** ⚠️ + ### Changed - Renamed `cover` property of `ScheduledEvent` and `cover` argument of `ScheduledEvent.edit` to `image`. ([#2496](https://github.com/Pycord-Development/pycord/pull/2496)) -- ⚠️ **Removed support for Python 3.8** ⚠️ +- ⚠️ **This Version Removes Support For Python 3.8** ⚠️ + ([#2521](https://github.com/Pycord-Development/pycord/pull/2521)) ## [2.6.0] - 2024-07-09