From bb75994e24e324f5505be919db820a5a2455822b Mon Sep 17 00:00:00 2001 From: Dorukyum <53639936+Dorukyum@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:35:33 +0300 Subject: [PATCH] oops Signed-off-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com> --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef612847ea..3abc886053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -178,8 +178,6 @@ 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 tasks looping infinitely when `tzinfo` is neither `None` nor UTC. - ([#2196](https://github.com/Pycord-Development/pycord/pull/2196)) - Fixed `DMChannel.recipient` being `None` and consequently `User.dm_channel` also being `None`. ([#2219](https://github.com/Pycord-Development/pycord/pull/2219)) - Fixed ffmpeg being terminated prematurely when piping audio stream.