From 9f69dee06e2dbf0fe419343d8fd7cb4aa32b27b5 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Tue, 25 Feb 2020 15:15:41 +0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 012b6de4..786cfad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix parsing a pinned message (https://github.com/teloxide/teloxide/issues/167). - Replace `LanguageCode` with `String`, Because [the official Telegram documentation](https://core.telegram.org/bots/api#getchat) doesn't specify a concrete version of IETF language tag. - Problems with the `poll_type` field (https://github.com/teloxide/teloxide/issues/178). + - Make `polling_default` actually a long polling update listener (https://github.com/teloxide/teloxide/pull/182). ### Removed - [either](https://crates.io/crates/either) from the dependencies in `Cargo.toml`.