File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.2.1] - 2022-01-30
4
+
5
+ ### Added
6
+
7
+ - #2055 Add IThreadUser interface (3475bd8)
8
+
9
+ ### Fixed
10
+
11
+ - #2030 Fix logging a TaskCanceledException out of users control (82f3879)
12
+ - #2064 Fix markdown formatting in Glossary (f525131)
13
+ - #2066 Fix Channel Types Attribute (1917961)
14
+ - #2071 Fix attempt to get application info for non-bot tokens (37ada59)
15
+ - #2072 Fix thread member download on create (09eb9fa)
16
+ - #2063 Fix stream position not being zero when uploading files (6dada66)
17
+
18
+ ### Misc
19
+
20
+ - #2059 Update HttpException to display inner-errors on the HttpException.Message for better debugging (5773b8e)
21
+
3
22
## [ 3.2.0] - 2022-01-15
4
23
5
- ## Added
24
+ ### Added
25
+
6
26
- #2015 Add user-built AddCommand overloads to ModuleBuilder (68e3bed)
7
27
- #2016 Add Construct Method to InteractionModuleBase and Fix NRE on User-Built Module Creation (4ed4718)
8
28
- #2035 Add GetChannelType extension method (64423a0)
13
33
- #2041 Add search methods to InteractionService (9a52d05)
14
34
15
35
### Fixed
36
+
16
37
- #1562 Fix OperationCancelledException and add IAsyncEnumerable to wait without thread blocking (cd36bb8)
17
38
- #2014 Fix InteractionContext.Guild (944a0de)
18
39
- #2023 Fix ModifyAsync when only modifying a message's flags (e3eb0a9)
25
46
- #2046 Fix ThreadMember null ref in constructor (bcd5fa4)
26
47
27
48
### Misc
49
+
28
50
- #2018 Match argument defaults with IDiscordInteraction on SocketInteraction (093e548)
29
51
- #2024 Remove .ToLower from group name registration (9594ccc)
30
52
- #2042 Move gateway intents warning to ready event (3633929)
You can’t perform that action at this time.
0 commit comments