mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Fixup changelog
This commit is contained in:
parent
ecc3bfc8f9
commit
cb978b226e
1 changed files with 9 additions and 4 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -9,23 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Added
|
||||
|
||||
- Support for Telegram Bot API [version 6.0](https://core.telegram.org/bots/api#april-16-2022)
|
||||
- Support for Telegram Bot API [version 6.0](https://core.telegram.org/bots/api#april-16-2022) ([#206][pr206], [#211][pr211])
|
||||
- Note that some field were renamed
|
||||
- Shortcut methods for `MessageEntity` ([#208][pr208], [#210][pr210])
|
||||
|
||||
[pr208]: https://github.com/teloxide/teloxide-core/pull/208
|
||||
[pr206]: https://github.com/teloxide/teloxide-core/pull/206
|
||||
[pr210]: https://github.com/teloxide/teloxide-core/pull/210
|
||||
[pr211]: https://github.com/teloxide/teloxide-core/pull/211
|
||||
|
||||
### Changed
|
||||
|
||||
- Accept `IntoIterator` in `KeyboardMarkup::append_row`.
|
||||
- Accept `Into<String>` instead of `String` in `InlineKeyboardButton::{url, callback, switch_inline_query, switch_inline_query_current_chat}`.
|
||||
- Make `KeyboardMarkup` creation more convenient ([#207][pr207])
|
||||
- Accept `IntoIterator` in `KeyboardMarkup::append_row`.
|
||||
- Accept `Into<String>` instead of `String` in `InlineKeyboardButton::{url, callback, switch_inline_query, switch_inline_query_current_chat}`.
|
||||
|
||||
[pr207]: https://github.com/teloxide/teloxide-core/pull/207
|
||||
|
||||
## 0.5.1 - 2022-04-18
|
||||
|
||||
### Fixed
|
||||
|
||||
- Document the `errors` module.
|
||||
- Document the `errors` module.
|
||||
|
||||
## 0.5.0 - 2022-04-13
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue