diff options
author | 2022-08-17 00:16:19 +0100 | |
---|---|---|
committer | 2022-08-17 00:16:19 +0100 | |
commit | 009a1395e2bb0bf56e3e94587972d6c68b4a4980 (patch) | |
tree | f6d0fe48ce293a5bedb8569ff1e9ba588dbb49bc /docs | |
parent | Merge pull request #114 from python-discord/8.0.0-beta (diff) | |
parent | Update docs/changelog.rst (diff) |
Merge pull request #124 from python-discord/invite-regexv8.1.0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index f944c8d6..643a54fc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,9 @@ Changelog ========= +- :release:`8.1.0 <16th August 2022>` +- :support:`124` Updated :obj:`botcore.utils.regex.DISCORD_INVITE` regex to optionally match leading "http[s]" and "www". + - :release:`8.0.0 <27th July 2022>` - :breaking:`110` Bump async-rediscache to v1.0.0-rc2 |