You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/changelog.rst
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,35 @@
6
6
Changelog
7
7
##########
8
8
9
-
3.0.0b
9
+
3.1.0
10
+
=====
11
+
12
+
- twitchio
13
+
- Additions
14
+
- Added ``__hash__`` to :class:`twitchio.PartialUser` allowing it to be used as a key.
15
+
16
+
- Changes
17
+
- Adjusted the Starlette logging warning wording.
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.
19
+
20
+
- Bug fixes
21
+
- :meth:`twitchio.Clip.fetch_video` now properly returns ``None`` when the :class:`twitchio.Clip` has no ``video_id``.
22
+
- :class:`twitchio.ChatterColor` no longer errors whan no valid hex is provided by Twitch.
- :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`.
35
+
36
+
37
+
3.0.0
10
38
======
11
39
12
40
The changelog for this version is too large to display. Please see :ref:`Migrating Guide` for more information.
0 commit comments