diff --git a/CHANGELOG.md b/CHANGELOG.md index 031fb5b8..353e0c0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 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 ### Added diff --git a/crates/teloxide-core/CHANGELOG.md b/crates/teloxide-core/CHANGELOG.md index a0f27f5d..c9e9d582 100644 --- a/crates/teloxide-core/CHANGELOG.md +++ b/crates/teloxide-core/CHANGELOG.md @@ -7,9 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 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 -### Added +### Added - Support for Telegram Bot API [version 6.2](https://core.telegram.org/bots/api#august-12-2022) ([#251][pr251]) @@ -37,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [pr244]: https://github.com/teloxide/teloxide-core/pull/246 -### Fixed +### Fixed - `SetWebhook` request can now properly send certificate ([#250][pr250]) - Serialization of `InputSticker::Webm` ([#252][pr252])