Skip to content

Commit 4c393c5

Browse files
committedOct 11, 2017
Changelog.
1 parent 447f7aa commit 4c393c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [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+
813
## [0.3.0]
914
### Added
1015
- `@me` prefix for selfbots.
@@ -49,7 +54,8 @@ No change notes available.
4954
## [0.1.1]
5055
No change notes available.
5156

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
5359
[0.3.0]: https://github.com/hkwu/ghastly/compare/v0.2.2...v0.3.0
5460
[0.2.2]: https://github.com/hkwu/ghastly/compare/v0.2.1...v0.2.2
5561
[0.2.1]: https://github.com/hkwu/ghastly/compare/v0.2.0...v0.2.1

0 commit comments

Comments
 (0)