Skip to content

Commit

Permalink
docs: Add changelogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
elenakrittik committed Nov 12, 2023
1 parent f37594e commit 1900902
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/1132.breaking.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed ``loop`` and ``asyncio_debug`` parameters from :class:`Client`.
1 change: 1 addition & 0 deletions changelog/1132.deprecate.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Deprecated :attr:`Client.loop`. Use :func:`asyncio.get_running_loop` instead.
1 change: 1 addition & 0 deletions changelog/1132.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add :meth:`Client.setup_hook`.
1 change: 1 addition & 0 deletions changelog/1132.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:meth:`Client.run` now uses :func:`asyncio.run` under-the-hood, instead of custom runner logic.
1 change: 1 addition & 0 deletions changelog/641.breaking.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
|commands| Make :meth:`.ext.commands.Bot.load_extensions`, :meth:`.ext.commands.Bot.load_extension`, :meth:`.ext.commands.Bot.unload_extension`, :meth:`.ext.commands.Bot.reload_extension`, :meth:`.ext.commands.Bot.add_cog`, :meth:`.ext.commands.Bot.remove_cog` asynchronous.
1 change: 1 addition & 0 deletions changelog/641.breaking.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
|commands| :meth:`.ext.commands.Cog.cog_load` is now called *after* the cog finished loading.
1 change: 1 addition & 0 deletions changelog/641.feature.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
|commands| :meth:`.ext.commands.Cog.cog_load` and :meth:`.ext.commands.Cog.cog_unload` can now be either asynchronous or not.
1 change: 1 addition & 0 deletions changelog/641.feature.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
|commands| The ``setup`` and ``teardown`` functions utilized by :ref:`ext_commands_extensions` can now be asynchronous.

0 comments on commit 1900902

Please sign in to comment.