Commit 4c393c5 1 parent 447f7aa commit 4c393c5 Copy full SHA for 4c393c5
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
## [ Unreleased]
8
+ ## [ 0.4.0]
9
+ ### Changed
10
+ - Custom ` Response ` classes no longer receive the command handler's ` context ` automatically in their executor functions.
11
+ - ` VoiceResponse ` now takes the handler's context as its first argument in addition to its existing arguments.
12
+
8
13
## [ 0.3.0]
9
14
### Added
10
15
- ` @me ` prefix for selfbots.
@@ -49,7 +54,8 @@ No change notes available.
49
54
## [ 0.1.1]
50
55
No change notes available.
51
56
52
- [ Unreleased ] : https://github.com/hkwu/ghastly/compare/v0.3.0...HEAD
57
+ [ Unreleased ] : https://github.com/hkwu/ghastly/compare/v0.4.0...HEAD
58
+ [ 0.4.0 ] : https://github.com/hkwu/ghastly/compare/v0.3.0...v0.4.0
53
59
[ 0.3.0 ] : https://github.com/hkwu/ghastly/compare/v0.2.2...v0.3.0
54
60
[ 0.2.2 ] : https://github.com/hkwu/ghastly/compare/v0.2.1...v0.2.2
55
61
[ 0.2.1 ] : https://github.com/hkwu/ghastly/compare/v0.2.0...v0.2.1
You can’t perform that action at this time.
0 commit comments