Skip to content

Commit a81aa8b

Browse files
committed
strip needlessness from changelog
1 parent bc448c9 commit a81aa8b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/changelog.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ Master
77
- Added :func:`~twitchio.Client.event_reconnect` to :class:`~twitchio.Client`
88
- Add attribute docs to :class:`~twitchio.PartialUser` and :class:`~twitchio.User`
99
- Added following new :class:`~twitchio.PartialUser` methods:
10-
- :func:`twitchio.PartialUser.create_custom_reward`
11-
- :func:`twitchio.PartialUser.chat_announcement`
12-
- :func:`twitchio.PartialUser.delete_chat_messages`
13-
- :func:`twitchio.PartialUser.fetch_channel_vips`
14-
- :func:`twitchio.PartialUser.add_channel_vip`
15-
- :func:`twitchio.PartialUser.remove_channel_vip`
16-
- :func:`twitchio.PartialUser.add_channel_moderator`
17-
- :func:`twitchio.PartialUser.remove_channel_moderator`
18-
- :func:`twitchio.PartialUser.start_raid`
19-
- :func:`twitchio.PartialUser.cancel_raid`
20-
- :func:`twitchio.PartialUser.ban_user`
21-
- :func:`twitchio.PartialUser.timeout_user`
22-
- :func:`twitchio.PartialUser.unban_user`
23-
- :func:`twitchio.PartialUser.send_whisper`
10+
- :func:`~twitchio.PartialUser.create_custom_reward`
11+
- :func:`~twitchio.PartialUser.chat_announcement`
12+
- :func:`~twitchio.PartialUser.delete_chat_messages`
13+
- :func:`~twitchio.PartialUser.fetch_channel_vips`
14+
- :func:`~twitchio.PartialUser.add_channel_vip`
15+
- :func:`~twitchio.PartialUser.remove_channel_vip`
16+
- :func:`~twitchio.PartialUser.add_channel_moderator`
17+
- :func:`~twitchio.PartialUser.remove_channel_moderator`
18+
- :func:`~twitchio.PartialUser.start_raid`
19+
- :func:`~twitchio.PartialUser.cancel_raid`
20+
- :func:`~twitchio.PartialUser.ban_user`
21+
- :func:`~twitchio.PartialUser.timeout_user`
22+
- :func:`~twitchio.PartialUser.unban_user`
23+
- :func:`~twitchio.PartialUser.send_whisper`
2424
- Added following new :class:`~twitchio.Client` methods:
2525
- :func:`~twitchio.Client.fetch_chatters_colors`
2626
- :func:`~twitchio.Client.update_chatter_color`

0 commit comments

Comments
 (0)