aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-01-22 20:58:15 -0500
committerRapptz <[email protected]>2020-01-22 20:58:15 -0500
commit956b155cc5b0164170dfa8673334ea5c2d7c1796 (patch)
treea141fbb34c492e442b52fd2136ccc5d7994dcab0
parentAdd changelog for v1.3 (diff)
downloaddiscord.py-956b155cc5b0164170dfa8673334ea5c2d7c1796.tar.xz
discord.py-956b155cc5b0164170dfa8673334ea5c2d7c1796.zip
Fix up some links and mention IDENTIFY change
-rw-r--r--docs/whats_new.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst
index 015a1759..c947b326 100644
--- a/docs/whats_new.rst
+++ b/docs/whats_new.rst
@@ -39,7 +39,7 @@ New Features
- Add :attr:`VoiceRegion.europe` and :attr:`VoiceRegion.dubai`. (:issue:`2358`, :issue:`2490`)
- Add :meth:`TextChannel.follow` to follow a news channel. (:issue:`2367`)
- Add :attr:`Permissions.view_guild_insights` permission. (:issue:`2415`)
-- Add support for new audit log types. See :ref`discord-api-audit-logs` for more information. (:issue:`2427`)
+- Add support for new audit log types. See :ref:`discord-api-audit-logs` for more information. (:issue:`2427`)
- Note that integration support is not finalized.
- Add :attr:`Webhook.type` to query the type of webhook (:class:`WebhookType`). (:issue:`2441`)
@@ -117,6 +117,7 @@ Miscellaneous
- The message cache can now be disabled by passing ``None`` to ``max_messages`` in :class:`Client`.
- The default message cache size has changed from 5000 to 1000 to accommodate small bots.
- Lower memory usage by only creating certain objects as needed in :class:`Role`.
+- There is now a sleep of 5 seconds before re-IDENTIFYing during a reconnect to prevent long loops of session invalidation.
- The rate limiting code now uses millisecond precision to have more granular rate limit handling.
- Along with that, the rate limiting code now uses Discord's response to wait. If you need to use the system clock again for whatever reason, consider passing ``assume_synced_clock`` in :class:`Client`.