diff options
author | 2022-07-23 15:20:09 +0000 | |
---|---|---|
committer | 2022-07-23 15:20:09 +0000 | |
commit | 7a1270a3782f04548c8c9527006cd1ae6a04b51b (patch) | |
tree | 56df6f4435254d98d5c106c7cff1b503318cb2c0 /main/changelog.html | |
parent | Deploying to docs from @ python-discord/bot-core@4242df7b1a2ce8cffcf4d094a081... (diff) |
Deploying to docs from @ python-discord/bot-core@94c4b408f1afa604ae6907aa28ab694870af20f2 🚀
Diffstat (limited to 'main/changelog.html')
-rw-r--r-- | main/changelog.html | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/main/changelog.html b/main/changelog.html index ddb5d95e..3bf4c1c1 100644 --- a/main/changelog.html +++ b/main/changelog.html @@ -3,7 +3,7 @@ <head><meta charset="utf-8"/> <meta name="viewport" content="width=device-width,initial-scale=1"/> <meta name="color-scheme" content="light dark"><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" /> -<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="prev" title="site_api" href="output/botcore.site_api.html" /> +<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="prev" title="Local Development & Testing" href="development.html" /> <link rel="shortcut icon" href="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg"/><meta name="generator" content="sphinx-5.0.2, furo 2022.06.21"/> <title>Changelog - Bot Core Latest (7.5.0)</title> @@ -183,6 +183,7 @@ </ul> <p class="caption" role="heading"><span class="caption-text">Other:</span></p> <ul class="current"> +<li class="toctree-l1"><a class="reference internal" href="development.html">Local Development & Testing</a></li> <li class="toctree-l1 current current-page"><a class="current reference internal" href="#">Changelog</a></li> </ul> @@ -306,6 +307,16 @@ <article role="main"> <section id="changelog"> <h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this heading">#</a></h1> +<section id="Next 7.x feature release"> +<h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/python-discord/bot-core/releases/tag/vmaster">Next 7.x feature release</a></h2><ul class="simple"> +<li><p>[<span style="color: #4070A0;">Support</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/107">#107</a><span>:</span> Add a sample project with boilerplate and documentation explaining how to develop for bot-core.</p></li> +</ul> +</section> +<section id="Next 7.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 7.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/107">#107</a><span>:</span> Declare aiodns as a project dependency.</p></li> +</ul> +</section> <section id="7.5.0"> <h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/python-discord/bot-core/releases/tag/v7.5.0">7.5.0</a> <span style="font-size: 75%;">23rd July 2022</span></h2><ul class="simple"> <li><p>[<span style="color: #40A056;">Feature</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/101">#101</a><span>:</span> Add a utility to clean a string or referenced message’s content</p></li> @@ -505,14 +516,14 @@ <div class="related-pages"> - <a class="prev-page" href="output/botcore.site_api.html"> + <a class="prev-page" href="development.html"> <svg><use href="#svg-arrow-right"></use></svg> <div class="page-info"> <div class="context"> <span>Previous</span> </div> - <div class="title">site_api</div> + <div class="title">Local Development & Testing</div> </div> </a> |