Skip to content

Commit

Permalink
add: create CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhnsy committed Jun 15, 2022
1 parent 9364252 commit 3bb4814
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.4.0

### Breaking
* Renamed `slate.InvalidNodePassword` -> `slate.InvalidPassword`.
* Redesign `slate.Queue`, adds more utility and magic methods.
* Add `__slots__` to most all object class + `slate.Queue`.

### Fixes
* Fixed spotify URL regex.
* Fix `slate.Filter` not actually persisting previous Filters.

### Misc
* Added and fixed documentation for more classes, methods, and objects.

0 comments on commit 3bb4814

Please sign in to comment.