mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update changelog
This commit is contained in:
parent
3c97ed83f4
commit
a5aada3dc7
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Changed
|
||||
|
||||
- `UpdateListener::StopToken` is now always `Send`
|
||||
- Rename `BotCommand` trait to `BotCommands`
|
||||
- `BotCommands::descriptions` now returns `CommandDescriptions` instead of `String`
|
||||
|
||||
## 0.7.2 - 2022-03-23
|
||||
|
||||
|
@ -26,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Log `UpdateKind::Error` in `teloxide::dispatching2::Dispatcher`.
|
||||
- Don't warn about unhandled updates in `repls2` ([issue 557](https://github.com/teloxide/teloxide/issues/557)).
|
||||
- `parse_command` and `parse_command_with_prefix` now ignores case of the bot username
|
||||
|
||||
## 0.7.1 - 2022-03-09
|
||||
|
||||
|
|
Loading…
Reference in a new issue