Skip to content

Commit 5ea0370

Browse files
docs: add changelog page
1 parent cdad18c commit 5ea0370

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/src/changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
Here you can find the changelog for the library. This is a list of all the changes that have been made to the library, since V5.0.0.
4+
In breaking changes, the breaking change is signified by a `💥`
5+
6+
7+
## 5.0.1 - April 12th, 2023
8+
- Fix: copy checks when inheriting
9+
- When inheriting checks, slash commands would pass in their own checks to the subcommand. This makes sense logically, however, what wasn't being caught was that these were being passed by reference, and so any edit to the checks in one subcommand would affect potentially EVERY command.
10+
- Build: Ensure opus `dll`s are included in pypi releases

0 commit comments

Comments
 (0)