meta 3.9.0 (#2517)

* meta 3.9.0

* Update changelog
This commit is contained in:
Armano den Boef
2022-11-25 10:47:43 +01:00
committed by GitHub
parent 11ed0ff351
commit 55280a569e
4 changed files with 53 additions and 33 deletions

View File

@@ -1,5 +1,25 @@
# Changelog
## [3.9.0] - 2022-11-13
### Added
- #2469 Add missing properties in forum & thread channels (01ae904)
- #2501 Add new discord stuff (ed38635)
### Fixed
- #2500 Fix duplicated members of DiscordErrorCode (6712ef4)
- #2468 Fix TimestampTag being sadge (bc89d3c)
- #2497 Avoid throwing on missing Application (7077c44)
- #2485 Fixed an oversight clearing session data upon any disconnect. (c7ac59d)
### Misc
- #2471 Update samples to use `MessageContent` intent & update `v2 => v3 guide` (a4d34f6)
- #2505 Update events.cs (ea039b8)
- #2467 Update license and icon nuspec props (11ed0ff)
- #2306 Command execution code rework & TypeConverters auto-scope fix (6869817)
## [3.8.1] - 2022-09-12
### Added