diff options
| author | Rapptz <[email protected]> | 2020-01-25 22:21:14 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-25 22:21:14 -0500 |
| commit | d5589dcc27c9c7b620739d8c2ad0d8c93d6e5efe (patch) | |
| tree | 2d50cea09aec9d6207c409966e45c74ea871c4ba /docs | |
| parent | Import ABC from collections.abc instead of collections (diff) | |
| download | discord.py-d5589dcc27c9c7b620739d8c2ad0d8c93d6e5efe.tar.xz discord.py-d5589dcc27c9c7b620739d8c2ad0d8c93d6e5efe.zip | |
Document the new opus loading behaviour
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whats_new.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 95104b77..9886db84 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -126,6 +126,7 @@ Miscellaneous - The performance of :attr:`Member.roles` has improved due to usage of caching to avoid surprising performance traps. - The GC is manually triggered during things that cause large deallocations (such as guild removal) to prevent memory fragmentation. - There have been many changes to the documentation for fixes both for usability, correctness, and to fix some linter errors. Thanks to everyone who contributed to those. +- The loading of the opus module has been delayed which would make the result of :func:`opus.is_loaded` somewhat surprising. - |commands| Usernames prefixed with @ inside DMs will properly convert using the :class:`User` converter. (:issue:`2498`) - |tasks| The task sleeping time will now take into consideration the amount of time the task body has taken before sleeping. (:issue:`2516`) |