From 1fcf44d380eaec1a7a9bc4f8b550cd97cde1f369 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Thu, 26 May 2022 23:53:01 +0600 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec99c9a7..3a36f5f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +### Fixed + + - Fix `#[command(rename = "...")]` for custom command names ([issue 633](https://github.com/teloxide/teloxide/issues/633)). + ## 0.9.0 - 2022-04-27 ### Added