diff options
author | 2022-08-16 19:11:48 -0400 | |
---|---|---|
committer | 2022-08-16 19:11:48 -0400 | |
commit | e96d063b0c4c3895b433fdc76d156b5d3caab985 (patch) | |
tree | f6d0fe48ce293a5bedb8569ff1e9ba588dbb49bc | |
parent | Added comments for regex addition (diff) |
Update docs/changelog.rst
Co-authored-by: ChrisJL <[email protected]>
-rw-r--r-- | docs/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 2bb68dbb..643a54fc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,7 @@ Changelog ========= - :release:`8.1.0 <16th August 2022>` -- :support:`124` Updated Discord Invite regex to match leading http, https, www +- :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>` |