From 299427645ffc9d715c046d47449f5dc9508c11b6 Mon Sep 17 00:00:00 2001
From: Temirkhan Myrzamadi <hirrolot@gmail.com>
Date: Thu, 30 Jul 2020 18:19:45 +0600
Subject: [PATCH] Update CHANGELOG.md

---
 CHANGELOG.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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<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))
+ - 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)).
 
 ## [0.2.0] - 2020-02-25
 ### Added