mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
fix: Plural verb and better wording
This commit is contained in:
parent
a9739c7da4
commit
643ef423e8
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Fixed
|
||||
|
||||
- Now methods which can send file to Telegram returns `tokio::io::Result<T>`. Early it could panic ([issue 216](https://github.com/teloxide/teloxide/issues/216)).
|
||||
- Now methods which can send file to Telegram return `tokio::io::Result<T>`. Before that it could panic ([issue 216](https://github.com/teloxide/teloxide/issues/216)).
|
||||
- If a bot wasn't triggered for several days, it stops responding ([issue 223](https://github.com/teloxide/teloxide/issues/223)).
|
||||
|
||||
## 0.2.0 - 2020-02-25
|
||||
|
|
Loading…
Reference in a new issue