From 0a89f467021108c8cea5d4a307de17f70915ce1c Mon Sep 17 00:00:00 2001 From: Kartikeya Hegde <karthihegde010@gmail.com> Date: Wed, 30 Jun 2021 19:47:43 +0530 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Hirrolot <hirrolot@gmail.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f390fb4..d4f575c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Dispatcher::setup_ctrlc_handler` function ([issue 153](https://github.com/teloxide/teloxide/issues/153)). - `IdleShutdownError` - Automatic update filtering ([issue 389](https://github.com/teloxide/teloxide/issues/389)). - - Added reply shortcut to every kind of messages. + - Added reply shortcut to every kind of messages ([PR 404](https://github.com/teloxide/teloxide/pull/404)). ### Changed