From 57b24044128a929c13548b911630c67cf5d2102f Mon Sep 17 00:00:00 2001 From: probablyjassin Date: Sat, 2 Nov 2024 11:21:36 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d77dee89d3..7e41d27c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,8 @@ These changes are available on the `master` branch, but have not yet been releas ([#2611](https://github.com/Pycord-Development/pycord/pull/2611)) - Fixed `TypeError` when passing `skus` parameter in `Client.entitlements()`. ([#2627](https://github.com/Pycord-Development/pycord/issues/2627)) +- Fixed type annotations for attributes of `context` + ([#2635](https://github.com/Pycord-Development/pycord/issues/2635)) ### Changed