From d961cf79f40509c7f4730f3d94fa18c95808293b Mon Sep 17 00:00:00 2001 From: puh Date: Tue, 7 Feb 2023 10:17:30 +0300 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b35e27..51150963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Allow `ChatJoinRequest` updates +- Fix `split` parser for tuple variants with len < 2 ([issue #834](https://github.com/teloxide/teloxide/issues/834)) ### Added