diff options
author | 2022-01-09 19:33:09 +0200 | |
---|---|---|
committer | 2022-01-09 19:33:09 +0200 | |
commit | 511bcba1b0196cd498c707a525ea56921bd971db (patch) | |
tree | a46bcf6189fe59657a52ab244a27a1d4827b92c2 /docs | |
parent | Merge pull request #11 from python-discord/dependabot/pip/gitpython-3.1.25 (diff) | |
parent | Merge branch 'main' into add-code-block-regex (diff) |
Merge pull request #12 from python-discord/add-code-block-regexv1.2.0
Add regexes for matching Discord code blocks
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 4954b59c..743fcc20 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,10 @@ Changelog ========= +- :release:`1.2.0 <9th January 2022>` +- :feature:`12` Code block detection regex +- :release:`1.1.0 <2nd December 2021>` - :support:`2` Autogenerated docs. - :feature:`2` Regex utility. +- :release:`1.0.0 <17th November 2021>` - :support:`1` Core package, poetry, and linting CI. |