Fix changelog formatting

This commit is contained in:
Quin Lynch
2022-03-09 17:36:29 -04:00
parent e3fc96bc44
commit fc31589056

View File

@@ -16,7 +16,7 @@
## [3.4.0] - 2022-3-2
## Added
### Added
- #2146 Add FromDateTimeOffset in TimestampTag (553055b)
- #2062 Add return statement to precondition handling (3e52fab)
- #2131 Add support for sending Message Flags (1fb62de)
@@ -27,13 +27,13 @@
- #2155 Add Interaction Service Complex Parameters (9ba64f6)
- #2156 Add Display name support for enum type converter (c800674)
## Fixed
### Fixed
- #2117 Fix stream access exception when ratelimited (a1cfa41)
- #2128 Fix context menu comand message type (f601e9b)
- #2135 Fix NRE when ratelimmited requests don't return a body (b95b942)
- #2154 Fix usage of CacheMode.AllowDownload in channels (b3370c3)
## Misc
### Misc
- #2149 Clarify Users property on SocketGuildChannel (5594739)
- #2157 Enforce valid button styles (507a18d)