mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 11:43:57 +01:00
Move changelog entries into teloxide-core's changelog file
This commit is contained in:
parent
170941e797
commit
d0b71c358e
2 changed files with 14 additions and 12 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -6,16 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## unreleased
|
## unreleased
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- The methods `ChatMember::{can_pin_messages, can_invite_users, can_change_info}` now take into account the permissions of `Restricted` chat member kind.
|
|
||||||
- The method `ChatMemberKind::is_present` now takes into account the value of `Restricted::is_member` field.
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- `Restricted::{is_member, can_change_info, can_invite_users, can_pin_messages, can_send_polls}` fields.
|
|
||||||
- `ChatMember::can_send_polls` method.
|
|
||||||
|
|
||||||
## 0.11.1 - 2022-10-31
|
## 0.11.1 - 2022-10-31
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## unreleased
|
## unreleased
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- The methods `ChatMember::{can_pin_messages, can_invite_users, can_change_info}` now take into account the permissions of `Restricted` chat member kind ([#764][pr764])
|
||||||
|
- The method `ChatMemberKind::is_present` now takes into account the value of `Restricted::is_member` field ([#764][pr764])
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- `Restricted::{is_member, can_change_info, can_invite_users, can_pin_messages, can_send_polls}` fields ([#764][pr764])
|
||||||
|
- `ChatMember::can_send_polls` method ([#764][pr764])
|
||||||
|
|
||||||
|
[pr764]: https://github.com/teloxide/teloxide/pull/764
|
||||||
|
|
||||||
## 0.8.0 - 2022-10-03
|
## 0.8.0 - 2022-10-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Reference in a new issue