From 73c34f852ad493c9e97b81078aa23e4f9eb0ad4a Mon Sep 17 00:00:00 2001 From: liushuyu Date: Sat, 19 Jun 2021 03:21:50 -0600 Subject: [PATCH] CHANGELOG: add changeset information for #94 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae63f5fa..ba8ca3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- telegram_response: fix issue `retry_after` and `migrate_to_chat_id` handling ([#94][pr94]) - Type of `PublicChatSupergroup::slow_mode_delay` field: `Option`=> `Option` ([#80][pr80]) - Add missing `Chat::message_auto_delete_time` field ([#80][pr80]) - Output types of `LeaveChat` `PinChatMessage`, `SetChatDescription`, `SetChatPhoto` `SetChatTitle`, `UnpinAllChatMessages` and `UnpinChatMessage`: `String` => `True` ([#79][pr79]) @@ -46,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [pr73]: https://github.com/teloxide/teloxide-core/pull/73 [pr75]: https://github.com/teloxide/teloxide-core/pull/75 [pr79]: https://github.com/teloxide/teloxide-core/pull/79 +[pr94]: https://github.com/teloxide/teloxide-core/pull/94 ## [0.2.2] - 2020-03-22