Skip to content

Commit 6aaf67a

Browse files
committed
add changelog
1 parent 18b86fd commit 6aaf67a

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/changelog.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. currentmodule:: twitchio
2+
3+
2.1.0
4+
======
5+
- TwitchIO
6+
- :class:`Chatter` fixed the docstring for the `badges` property
7+
- :class:`Client` change docstring on `fetch_channel`
8+
- Add support for the predictions API routes
9+
- :class:`Prediction`, :class:`Predictor`, :class:`PredictionOutcome`
10+
- :func:`PartialUser.end_prediction`, :func:`PartialUser.get_prediction`, :func:`PartialUser.create_prediction`
11+
- Add support for the schedules API routes
12+
- :class:`Schedule`, :class:`ScheduleSegment`, :class:`ScheduleCategory`, :class:`ScheduleVacation`
13+
- :func:`PartialUser.fetch_schedule`
14+
- Add :func:`PartialUser.modify_stream`
15+
- Fix bug where chatter cache would not be created
16+
17+
- ext.commands
18+
- General typing improvements
19+
- :func:`ext.commands.builtin_converters.convert_Clip` - Raise error when the regex doesn't match to appease linters. This should never be raised.
20+
21+
- ext.eventsub
22+
- fix :class:`ext.eventsub.models.ChannelBanData`'s ``permanent`` attribute accessing nonexistent attrs from the event payload

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Getting Started
4040
exts/eventsub
4141
exts/routines
4242

43+
.. toctree::
44+
:maxdepth: 2
45+
:caption: Changelog:
46+
47+
changelog
4348

4449

4550
Indices and tables

0 commit comments

Comments
 (0)