From 7a65d52fb713f80ff69ac4ab39b5909179a7366f Mon Sep 17 00:00:00 2001 From: Sprite Date: Tue, 7 Dec 2021 03:51:51 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 709fbe0e..63b7bb63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,9 +46,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Throttle` adaptor not honouring chat/min limits ([#121][pr121]) - Make `SendPoll::poll_` optional ([#133][pr133]) - Bug with `caption_entities`, see issue [#473][issue473] +- Type of response for `CopyMessage` method ([#141](pr141)) [pr119]: https://github.com/teloxide/teloxide-core/pull/119 [pr133]: https://github.com/teloxide/teloxide-core/pull/133 +[pr141]: https://github.com/teloxide/teloxide-core/pull/141 [issue473]: https://github.com/teloxide/teloxide/issues/473 ## 0.3.3 - 2021-08-03