Skip to content

Commit 1a3e001

Browse files
authored
Add changelog for 0.12.4 (#3040)
1 parent 7f33394 commit 1a3e001

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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.12.4] - 2024-11-15
7+
8+
This is a hotfix release to fix broken behaviour of `Message::author_permissions` before it is relied on.
9+
10+
Thanks to the following for their contributions:
11+
- [@GnomedDev]
12+
- [@jamesbt365]
13+
14+
### Deprecations
15+
16+
- [#3037](https://github.com/serenity-rs/serenity/pull/3037) Permission methods which do not respect channel permission overrides are now deprecated, use the `_in` variants.
17+
18+
### Additions
19+
20+
- [#3008](https://github.com/serenity-rs/serenity/pull/3008) `From<&User>` has been added to `CreateEmbedAuthor`, to avoid consuming the user.
21+
22+
### Fixes
23+
24+
- [#3037](https://github.com/serenity-rs/serenity/pull/3037) `Message::author_permissions` now respects permission overrides, as it is documented to.
25+
- [#3039](https://github.com/serenity-rs/serenity/pull/3039) `Message::author_permissions` now respects `SEND_MESSAGES_IN_THREADS` when used in threads.
26+
27+
### Documentation improvements
28+
29+
- [#3038](https://github.com/serenity-rs/serenity/pull/3038) Documentation for `Guild::threads` has been expanded.
30+
631
## [0.12.3] - 2024-11-13
732

833
Thanks to the following for their contributions:

0 commit comments

Comments
 (0)