Skip to content

Commit fa918ed

Browse files
committed
Adjust changelog
1 parent b1a8201 commit fa918ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/getting-started/changelog.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Changelog
1515

1616
- Changes
1717
- Adjusted the Starlette logging warning wording.
18-
- :class:`twitchio.PartialUser`, :class:`twitchio.User` and :class:`twitchio.Chatter` now have ``__hash__`` implementations, which use the unique ID.
18+
- :class:`twitchio.PartialUser`, :class:`twitchio.User` and :class:`twitchio.Chatter` now have ``__hash__`` implementations derived from :class:`~twitchio.PartialUser`, which use the unique ID.
1919

2020
- Bug fixes
2121
- :meth:`twitchio.Clip.fetch_video` now properly returns ``None`` when the :class:`twitchio.Clip` has no ``video_id``.
@@ -26,11 +26,11 @@ Changelog
2626
- Added :class:`~twitchio.ext.commands.Converter`
2727
- Added :class:`~twitchio.ext.commands.UserConverter`
2828
- Added :class:`~twitchio.ext.commands.ColourConverter`
29-
- Added :class:`~twitchio.ext.commands.ColorConverter`
30-
- Added :attr:`~twitchio.ext.commands.Command.help` which is the docstring of the command callback.
29+
- Added :class:`~twitchio.ext.commands.ColorConverter` alias.
30+
- Added :attr:`twitchio.ext.commands.Command.help` which is the docstring of the command callback.
3131
- Added ``__doc__`` to :class:`~twitchio.ext.commands.Command` which takes from the callback ``__doc__``.
32-
- Added :meth:`~twitchio.ext.commands.Command.run_gaurds`
33-
- Added :meth:`~twitchio.ext.commands.Context.fetch_command`
32+
- Added :meth:`twitchio.ext.commands.Command.run_guards`
33+
- Added :meth:`twitchio.ext.commands.Context.fetch_command`
3434
- :class:`~twitchio.ext.commands.Context` is now ``Generic`` and accepts a generic argument bound to :class:`~twitchio.ext.commands.Bot` or :class:`~twitchio.ext.commands.AutoBot`.
3535

3636

0 commit comments

Comments
 (0)