mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-05 18:26:59 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
9d6e5a38fb
commit
299427645f
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Mark all the API types as `#[non_exhaustive]`.
|
- Mark all the API types as `#[non_exhaustive]`.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Now methods which can send file to Telegram returns `tokio::io::Result<T>`. Early its could panic. ([issue 216](https://github.com/teloxide/teloxide/issues/216))
|
- Now methods which can send file to Telegram returns `tokio::io::Result<T>`. Early its 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))
|
- 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
|
## [0.2.0] - 2020-02-25
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Reference in a new issue