You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+25
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,31 @@
3
3
All notable changes to this project will be documented in this file.
4
4
This project mostly adheres to [Semantic Versioning][semver].
5
5
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.
0 commit comments