Skip to content

Commit 73b0495

Browse files
committed
Update changelog
1 parent 68c4f5c commit 73b0495

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
This project mostly adheres to [Semantic Versioning][semver].
55

6+
## [0.5.14] - 2019-5-17
7+
8+
This release fixes a few bugs.
9+
10+
Thanks to the following for their contributions:
11+
12+
- [@acdenisSK]
13+
- [@Lakelezz]
14+
15+
## Added
16+
17+
- [model] Allow turning on and off the nsfw property of guilds channels ([@acdenisSK]) [c:68c4f5c]
18+
19+
## Changed
20+
21+
- [builder] Remove `type`-field from `edit`'s request body. ([@Lakelezz]) [c:f648d90]
22+
23+
## Fixed
24+
25+
- [model] Handle serde_json's "arbitrary precision" feature. ([@acdenisSK]) [c:33f4adf]
26+
- [framework] Do not display commands their `help_available` is set to `false`. ([@Lakelezz]) [c:1705338]
27+
- [framework] Ignore bots when using the help-command if framework's `ignore_bots` is set to `true`. ([@acdenisSK]) [c:e40758e]
28+
- [misc.] Rename the `methods`-feature inside the third example to `utils`. ([@Lakelezz]) [c:a7ee6a6]
29+
630
## [0.5.13] - 2019-3-10
731

832
Thanks to the following for their contributions:
@@ -2515,6 +2539,7 @@ rest::get_guilds(GuildPagination::After(GuildId(777)), 50);
25152539

25162540
Initial commit.
25172541

2542+
[0.5.14]: https://github.com/serenity-rs/serenity/compare/v0.5.13...v0.5.14
25182543
[0.5.13]: https://github.com/serenity-rs/serenity/compare/v0.5.12...v0.5.13
25192544
[0.5.12]: https://github.com/serenity-rs/serenity/compare/v0.5.11...v0.5.12
25202545
[0.5.11]: https://github.com/serenity-rs/serenity/compare/v0.5.10...v0.5.11
@@ -2607,6 +2632,13 @@ Initial commit.
26072632
[@vityafx]: https://github.com/vityafx
26082633
[@zeyla]: https://github.com/zeyla
26092634

2635+
[c:f648d90]: https://github.com/serenity-rs/serenity/commit/f648d9093f87354bbec03228fa647f6dd9afb03a
2636+
[c:33f4adf]: https://github.com/serenity-rs/serenity/commit/33f4adfe0f6303ac6b39e8c3db6f413e2289c81b
2637+
[c:1705338]: https://github.com/serenity-rs/serenity/commit/17053381b1481e753abdcd319143ddd63467605d
2638+
[c:e40758e]: https://github.com/serenity-rs/serenity/commit/e40758eefdbe5a2b62f252cde69e7dec04898a09
2639+
[c:a7ee6a6]: https://github.com/serenity-rs/serenity/commit/a7ee6a674ae158839466db58ad7e090bb64dc797
2640+
[c:68c4f5c]: https://github.com/serenity-rs/serenity/commit/68c4f5c907993c70fc4a590a6f7d06ee0dba98ee
2641+
26102642
[c:201dab8]: https://github.com/serenity-rs/serenity/commit/201dab8fa4c31d6e840f88b691772c5b0961780f
26112643
[c:201bc56]: https://github.com/serenity-rs/serenity/commit/201bc56f79ab913db32b3453bc8d61a7bfa0ee17
26122644
[c:68263ac]: https://github.com/serenity-rs/serenity/commit/68263acc637010f854d986bdcd838593b0dc02f0

0 commit comments

Comments
 (0)