From 380ebde98bb76514a1087891216f321e05759417 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Sat, 2 Apr 2022 18:26:18 +0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c45682..a6408f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +### Changed + +- `user.id` now uses `UserId` type, `ChatId` now represents only _chat id_, not channel username, all `chat_id` function parameters now accept `Recipient` [**BC**] + ## 0.4.4 - 2022-04-21 ### Added