From 58e017961544215b7094e29d8650d39f174d97a2 Mon Sep 17 00:00:00 2001 From: Dorukyum <53639936+Dorukyum@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:32:11 +0300 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d72cec0d..6278f007c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -164,8 +164,8 @@ These changes are available on the `master` branch, but have not yet been releas ([#2191](https://github.com/Pycord-Development/pycord/pull/2191)) - Fixed a misplaced payload object inside of the thread creation payload. ([#2192](https://github.com/Pycord-Development/pycord/pull/2192)) -- Fixed infinity loop of `discord.ext.tasks.Loop` when task's `tzinfo` is not `None` or - UTC ([#2196](https://github.com/Pycord-Development/pycord/pull/2196)) +- Fixed tasks looping infinitely when `tzinfo` is neither `None` nor UTC. + ([#2196](https://github.com/Pycord-Development/pycord/pull/2196)) ## [2.4.1] - 2023-03-20