Skip to content

Commit 0213817

Browse files
committed
Consistently use fullstops in changelog
1 parent 76eb582 commit 0213817

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

docs/changelog.rst

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Changelog
66

77

88
- :release:`10.1.0 <25th July 2023>`
9-
- :feature:`190` Overwrite :obj:`discord.ext.commands.Bot.process_commands` to ensure no commands are processed until all extensions are loaded. This only works for clients using :obj:`pydis_core.BotBase.load_extensions`
9+
- :feature:`190` Overwrite :obj:`discord.ext.commands.Bot.process_commands` to ensure no commands are processed until all extensions are loaded. This only works for clients using :obj:`pydis_core.BotBase.load_extensions`.
1010

1111

1212
- :release:`10.0.0 <14th July 2023>`
13-
- :breaking:`188` Support sending multiple files at once to paste service. All calls to :obj:`pydis_core.utils.paste_service.send_to_paste_service` must now provide a list of :obj:`pydis_core.utils.paste_service.PasteFile`
13+
- :breaking:`188` Support sending multiple files at once to paste service. All calls to :obj:`pydis_core.utils.paste_service.send_to_paste_service` must now provide a list of :obj:`pydis_core.utils.paste_service.PasteFile`.
1414
- :bug:`187 major` Fix :obj:`pydis_core.utils.channel.get_or_fetch_channel`'s return type to include :obj:`discord.abc.PrivateChannel` and :obj:`discord.Thread`.
1515
- :feature:`184` Remove the message stored in the ``message`` attr of :obj:`pydis_core.utils.interactions.ViewWithUserAndRoleCheck` when the interaction is stopped, in additional to the exist logic for timeout.
1616
- :support:`184` Bump Discord.py to :literal-url:`2.3.1 <https://github.com/Rapptz/discord.py/releases/tag/v2.3.1>`.
@@ -25,7 +25,7 @@ Changelog
2525

2626

2727
- :release:`9.9.0 <18th June 2023>`
28-
- :feature:`182` Default pastebin url to https://paste.pythondiscord.com
28+
- :feature:`182` Default pastebin url to https://paste.pythondiscord.com.
2929
- :feature:`182` Add supported lexer validation to paste service.
3030

3131

@@ -35,12 +35,12 @@ Changelog
3535

3636
- :release:`9.7.0 <10th June 2023>`
3737
- :feature:`179` Add paste service utility to upload text to our paste service.
38-
- :feature:`177` Automatically handle discord.Forbidden 90001 errors in all schedules
39-
- :feature:`176` Migrate repo to use ruff for linting
38+
- :feature:`177` Automatically handle discord.Forbidden 90001 errors in all schedules.
39+
- :feature:`176` Migrate repo to use ruff for linting.
4040

4141

4242
- :release:`9.6.0 <6th May 2023>`
43-
- :feature:`175` Log when waiting for the guild to be available before loading cogs
43+
- :feature:`175` Log when waiting for the guild to be available before loading cogs.
4444
- :support:`175` Bump Discord.py to :literal-url:`2.2.3 <https://github.com/Rapptz/discord.py/releases/tag/v2.2.3>`.
4545

4646

@@ -61,21 +61,21 @@ Changelog
6161

6262

6363
- :release:`9.3.1 <23rd December 2022>`
64-
- :bug:`170` Save references of newly created tasks in :obj:`pydis_core.utils.scheduling`
64+
- :bug:`170` Save references of newly created tasks in :obj:`pydis_core.utils.scheduling`.
6565

6666
- :release:`9.3.0 <13th December 2022>`
67-
- :feature:`169` Return :obj:`None` upon receiving a bad request from Discord in :obj:`pydis_core.utils.members.get_or_fetch_member`
67+
- :feature:`169` Return :obj:`None` upon receiving a bad request from Discord in :obj:`pydis_core.utils.members.get_or_fetch_member`.
6868

6969
- :release:`9.2.0 <17th November 2022>`
70-
- :support:`151` Add support for Python 3.11
70+
- :support:`151` Add support for Python 3.11.
7171

7272
- :release:`9.1.1 <14th November 2022>`
7373
- :bug:`162` Handle not being able to delete the interaction message on button press/timeout.
7474

7575

7676
- :release:`9.1.0 <13th November 2022>`
7777
- :feature:`158` Bump Discord.py to :literal-url:`2.1.0 <https://github.com/Rapptz/discord.py/releases/tag/v2.1.0>`.
78-
- :feature:`88` Add a decorator that stops successive duplicate invocations of commands
78+
- :feature:`88` Add a decorator that stops successive duplicate invocations of commands.
7979

8080

8181
- :release:`9.0.0 <5th November 2022>`
@@ -95,14 +95,14 @@ Changelog
9595

9696

9797
- :release:`8.0.0 <27th July 2022>`
98-
- :breaking:`110` Bump async-rediscache to v1.0.0-rc2
99-
- :support:`108` Bump Python version to 3.10.*
98+
- :breaking:`110` Bump async-rediscache to v1.0.0-rc2.
99+
- :support:`108` Bump Python version to 3.10.*.
100100
- :bug:`107 major` Declare aiodns as a project dependency.
101101
- :support:`107` Add a sample project with boilerplate and documentation explaining how to develop for bot-core.
102102

103103

104104
- :release:`7.5.0 <23rd July 2022>`
105-
- :feature:`101` Add a utility to clean a string or referenced message's content
105+
- :feature:`101` Add a utility to clean a string or referenced message's content.
106106

107107

108108
- :release:`7.4.0 <17th July 2022>`
@@ -114,12 +114,12 @@ Changelog
114114

115115

116116
- :release:`7.3.0 <16th July 2022>`
117-
- :feature:`103` Add a generic view :obj:`pydis_core.utils.interactions.ViewWithUserAndRoleCheck` that only allows specified users and roles to interaction with it
117+
- :feature:`103` Add a generic view :obj:`pydis_core.utils.interactions.ViewWithUserAndRoleCheck` that only allows specified users and roles to interaction with it.
118118
- :feature:`103` Add a button :obj:`pydis_core.utils.interactions.DeleteMessageButton` that deletes the message attached to its parent view.
119119

120120

121121
- :release:`7.2.2 <9th July 2022>`
122-
- :bug:`98` Only close ``BotBase.stats._transport`` if ``BotBase.stats`` was created
122+
- :bug:`98` Only close ``BotBase.stats._transport`` if ``BotBase.stats`` was created.
123123

124124

125125
- :release:`7.2.1 <30th June 2022>`
@@ -162,11 +162,11 @@ Changelog
162162

163163

164164
- :release:`6.3.1 <21st April 2022>`
165-
- :bug:`68` Correct version number in pyproject.toml
165+
- :bug:`68` Correct version number in pyproject.toml.
166166

167167

168168
- :release:`6.3.0 <21st April 2022>`
169-
- :feature:`-` (Committed directly to main) Don't load modules starting with ``_``
169+
- :feature:`-` (Committed directly to main) Don't load modules starting with ``_``.
170170

171171

172172
- :release:`6.2.0 <21st April 2022>`
@@ -180,8 +180,8 @@ Changelog
180180
- :release:`6.0.0 <19th April 2022>`
181181
- :breaking:`64` Bump discord.py to :literal-url:`987235d <https://github.com/Rapptz/discord.py/tree/987235d5649e7c2b1a927637bab6547244ecb2cf>`:
182182

183-
- This reverts a change to help command behaviour that broke our custom pagination
184-
- This also adds basic forum channel support to discord.py
183+
- This reverts a change to help command behaviour that broke our custom pagination.
184+
- This also adds basic forum channel support to discord.py.
185185

186186

187187
- :release:`5.0.4 <18th April 2022>` 63
@@ -203,7 +203,7 @@ Changelog
203203

204204

205205
- :release:`5.0.1 <2nd April 2022>`
206-
- :bug:`54` Move creation of BotBase's ``aiohttp.AsyncResolver`` to the async setup hook, to avoid deprecation notice
206+
- :bug:`54` Move creation of BotBase's ``aiohttp.AsyncResolver`` to the async setup hook, to avoid deprecation notice.
207207

208208

209209
- :release:`5.0.0 <2nd April 2022>`
@@ -230,7 +230,7 @@ Changelog
230230

231231

232232
- :release:`2.0.0 <22nd February 2022>`
233-
- :breaking:`35` Moved regex to ``pydis_core.utils`` namespace
233+
- :breaking:`35` Moved regex to ``pydis_core.utils`` namespace.
234234
- :breaking:`32` Migrate from discord.py 2.0a0 to disnake.
235235
- :feature:`32` Add common monkey patches.
236236
- :feature:`29` Port many common utilities from our bots:

0 commit comments

Comments
 (0)