diff options
| author | acdenisSK <[email protected]> | 2018-01-05 23:02:18 +0100 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-01-21 09:29:44 -0800 |
| commit | ef5c75a29f0735e16cdf74fe7b2ee54a9a2065fe (patch) | |
| tree | b12f7354d585b48769d497d847423f88f2a224c4 | |
| parent | Fix `has_all_requirements` (#245) (diff) | |
| download | serenity-ef5c75a29f0735e16cdf74fe7b2ee54a9a2065fe.tar.xz serenity-ef5c75a29f0735e16cdf74fe7b2ee54a9a2065fe.zip | |
Bump to 0.4.7
| -rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index adbb181..328435e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project mostly adheres to [Semantic Versioning][semver]. +## [0.4.7] - 2018-1-5 + +This release contains a behaviour hotfix for the framework's help-commands. + +### Fixed + +- [framework] Fix `has_all_requirements` [c:d0de766] + ## [0.4.6] - 2017-12-20 This release contains a fix for deserializing `Emoji`s and `ReactionType`s, due @@ -1550,6 +1558,7 @@ rest::get_guilds(GuildPagination::After(GuildId(777)), 50); Initial commit. +[0.4.7]: https://github.com/zeyla/serenity/compare/v0.4.6...v0.4.7 [0.4.6]: https://github.com/zeyla/serenity/compare/v0.4.5...v0.4.6 [0.4.5]: https://github.com/zeyla/serenity/compare/v0.4.4...v0.4.5 [0.4.4]: https://github.com/zeyla/serenity/compare/v0.4.3...v0.4.4 @@ -1605,6 +1614,8 @@ Initial commit. [@xentec]: https://github.com/xentec [@zeyla]: https://github.com/zeyla +[c:d0de766]: https://github.com/zeyla/serenity/commit/d0de766123d822ddb5223e66389b4217a90aae2b + [c:5286949]: https://github.com/zeyla/serenity/commit/5286949f424e824784344ebb7b7af4e52fb819c3 [c:52403a5]: https://github.com/zeyla/serenity/commit/52403a5084ed7f0589bde3351844907a92de2d62 |