diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d4721d..0b6be63f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]`. ### Fixed - - Now methods which can send file to Telegram returns `tokio::io::Result`. 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)) + - Now methods which can send file to Telegram returns `tokio::io::Result`. 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)). ## [0.2.0] - 2020-02-25 ### Added