Skip to content

Commit ae44315

Browse files
committed
Update Changelog
1 parent 47a058b commit ae44315

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,29 @@ info).
1010

1111
## [Unreleased]
1212

13+
## [2.2.1] - 2022-10-05
14+
15+
### Added
16+
17+
- New `SlashCommand.qualified_id` attribute.
18+
([#1672](https://github.com/Pycord-Development/pycord/pull/1672))
19+
20+
### Fixed
21+
22+
- Fixed a `TypeError` in `ban()` methods related to the new `delete_message_seconds`
23+
parameter. ([#1666](https://github.com/Pycord-Development/pycord/pull/1666))
24+
- Fixed broken `cog` and `parent` attributes on commands in cogs.
25+
([#1662](https://github.com/Pycord-Development/pycord/pull/1662))
26+
- Fixed `SlashCommand.mention` for subcommands.
27+
([#1672](https://github.com/Pycord-Development/pycord/pull/1672))
28+
1329
## [2.2.0] - 2022-10-02
1430

1531
### Added
1632

17-
- New Guild Feature `INVITES_DISABLED`
33+
- New Guild Feature `INVITES_DISABLED`.
1834
([#1613](https://github.com/Pycord-Development/pycord/pull/1613))
19-
- `suppress` kwarg to `Messageable.send()`
35+
- `suppress` kwarg to `Messageable.send()`.
2036
([#1587](https://github.com/Pycord-Development/pycord/pull/1587))
2137
- `proxy` and `proxy_auth` params to many Webhook related methods.
2238
([#1655](https://github.com/Pycord-Development/pycord/pull/1655))
@@ -46,10 +62,10 @@ info).
4662

4763
### Fixed
4864

49-
- Various fixes to ext.bridge groups
65+
- Various fixes to ext.bridge groups.
5066
([#1633](https://github.com/Pycord-Development/pycord/pull/1633) &
5167
[#1631](https://github.com/Pycord-Development/pycord/pull/1631))
52-
- Fix `VOICE_SERVER_UPDATE` error
68+
- Fix `VOICE_SERVER_UPDATE` error.
5369
([#1624](https://github.com/Pycord-Development/pycord/pull/1624))
5470
- Removed unnecessary instance check in autocomplete.
5571
([#1643](https://github.com/Pycord-Development/pycord/pull/1643))
@@ -375,7 +391,8 @@ info).
375391
- Fix py3.10 UnionType checks issue.
376392
([#1240](https://github.com/Pycord-Development/pycord/pull/1240))
377393

378-
[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.2.0...HEAD
394+
[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.2.1...HEAD
395+
[2.2.1]: https://github.com/Pycord-Development/pycord/compare/v2.2.0...v2.2.1
379396
[2.2.0]: https://github.com/Pycord-Development/pycord/compare/v2.1.3...v2.2.0
380397
[2.1.3]: https://github.com/Pycord-Development/pycord/compare/v2.1.2...v2.1.3
381398
[2.1.2]: https://github.com/Pycord-Development/pycord/compare/v2.1.1...v2.1.2

0 commit comments

Comments
 (0)