diff options
Diffstat (limited to 'main/changelog.html')
-rw-r--r-- | main/changelog.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/changelog.html b/main/changelog.html index 8578af5b..bdf047ca 100644 --- a/main/changelog.html +++ b/main/changelog.html @@ -212,6 +212,10 @@ </li> <li class="toctree-l2 "> + <a class="version_link reference internal" href="../v9.9.2/changelog.html">v9.9.2</a> + </li> + + <li class="toctree-l2 "> <a class="version_link reference internal" href="../v9.9.1/changelog.html">v9.9.1</a> </li> @@ -400,6 +404,11 @@ <article role="main"> <section id="changelog"> <h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this heading">#</a></h1> +<section id="Next 9.x bugfix release"> +<h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/python-discord/bot-core/releases/tag/vmaster">Next 9.x bugfix release</a></h2><ul class="simple"> +<li><p>[<span style="color: #A04040;">Bug</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/187">#187</a><span>:</span> Fix <a class="reference internal" href="output/pydis_core.utils.channel.html#pydis_core.utils.channel.get_or_fetch_channel" title="pydis_core.utils.channel.get_or_fetch_channel"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.utils.channel.get_or_fetch_channel</span></code></a>’s return type to include <a class="reference external" href="https://discordpy.readthedocs.io/en/latest/api.html#discord.abc.PrivateChannel" title="(in discord.py v2.4.0a)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.abc.PrivateChannel</span></code></a> and <a class="reference external" href="https://discordpy.readthedocs.io/en/latest/api.html#discord.Thread" title="(in discord.py v2.4.0a)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.Thread</span></code></a>.</p></li> +</ul> +</section> <section id="9.9.2"> <h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/python-discord/bot-core/releases/tag/v9.9.2">9.9.2</a> <span style="font-size: 75%;">2nd July 2023</span></h2><ul class="simple"> <li><p>[<span style="color: #A04040;">Bug</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/185">#185</a><span>:</span> Update expiry label from 1 month to 30 days in paste service.</p></li> |