Skip to content

Commit

Permalink
docs(changelog): Update changelog
Browse files Browse the repository at this point in the history
Up-to-date for 91ca670
  • Loading branch information
BobDotCom committed Nov 9, 2022
1 parent 91ca670 commit d9af940
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) when
possible (see our [Version Guarantees] for more info).

## [Unreleased]

These changes are available on the `master` branch, but have not yet been released.

### Added

- New brief Attribute to BridgeSlashCommand.
([#1676](https://github.com/Pycord-Development/pycord/pull/1676))
- Python 3.11 support. ([#1680](https://github.com/Pycord-Development/pycord/pull/1680))
- New select types `user`, `role`, `mentionable`, and `channel` - Along with their
respective types and shortcut decorators.
([#1702](https://github.com/Pycord-Development/pycord/pull/1702))

### Fixed

- Fix bridge.has_permissions.
([#1695](https://github.com/Pycord-Development/pycord/pull/1695))
- Fix audit log overwrite type always resulting in `None`.
([#1716](https://github.com/Pycord-Development/pycord/pull/1716))
- Fixed error when using `suppress` kwarg in `send()`.
([#1719](https://github.com/Pycord-Development/pycord/pull/1719) &
[#1723](https://github.com/Pycord-Development/pycord/pull/1723))

### Changed

- `get_application_command()` type kwarg now defaults to `ApplicationCommand`, so all
command types can be retrieved by default.
([#1678](https://github.com/Pycord-Development/pycord/pull/1678))
- `get_application_command()` now supports retrieving subcommands and subcommand groups.
([#1678](https://github.com/Pycord-Development/pycord/pull/1678))

## [2.2.2] - 2022-10-05

### Fixed
Expand Down

0 comments on commit d9af940

Please sign in to comment.