Skip to content

Commit 9116c9a

Browse files
committed
meta: changelog
1 parent e19ad28 commit 9116c9a

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11
# Changelog
22

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+
322
## [3.2.0] - 2022-01-15
423

5-
## Added
24+
### Added
25+
626
- #2015 Add user-built AddCommand overloads to ModuleBuilder (68e3bed)
727
- #2016 Add Construct Method to InteractionModuleBase and Fix NRE on User-Built Module Creation (4ed4718)
828
- #2035 Add GetChannelType extension method (64423a0)
@@ -13,6 +33,7 @@
1333
- #2041 Add search methods to InteractionService (9a52d05)
1434

1535
### Fixed
36+
1637
- #1562 Fix OperationCancelledException and add IAsyncEnumerable to wait without thread blocking (cd36bb8)
1738
- #2014 Fix InteractionContext.Guild (944a0de)
1839
- #2023 Fix ModifyAsync when only modifying a message's flags (e3eb0a9)
@@ -25,6 +46,7 @@
2546
- #2046 Fix ThreadMember null ref in constructor (bcd5fa4)
2647

2748
### Misc
49+
2850
- #2018 Match argument defaults with IDiscordInteraction on SocketInteraction (093e548)
2951
- #2024 Remove .ToLower from group name registration (9594ccc)
3052
- #2042 Move gateway intents warning to ready event (3633929)

0 commit comments

Comments
 (0)