From 6c7f17b07080f49f699169716411cf76ec440f2c Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Tue, 19 Jul 2022 19:43:02 +0600 Subject: [PATCH] Retain consistency in `CHANGELOG.md` Former-commit-id: 82c7923dea46061c0cbd691b0ace757ddde879f3 --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe36a67..92916a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Security checks based on `secret_token` param of `set_webhook` to built-in webhooks -- `dispatching::update_listeners::{PollingBuilder, Polling, PollingStream}` + - Security checks based on `secret_token` param of `set_webhook` to built-in webhooks. + - `dispatching::update_listeners::{PollingBuilder, Polling, PollingStream}`. ### Fixed @@ -18,14 +18,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Add the `Key: Clone` requirement for `impl Dispatcher` [**BC**]. - - `dispatching::update_listeners::{polling_default, polling}` now return a named, `Polling<_>` type - - Update teloxide-core to v0.7.0 with Bot API 6.1 support, see [its changelog][core07c] for more [**BC**] + - `dispatching::update_listeners::{polling_default, polling}` now return a named, `Polling<_>` type. + - Update teloxide-core to v0.7.0 with Bot API 6.1 support, see [its changelog][core07c] for more information [**BC**]. [core07c]: https://github.com/teloxide/teloxide-core/blob/master/CHANGELOG.md#070---2022-07-19 ### Deprecated -- `dispatching::update_listeners::polling` +- The `dispatching::update_listeners::polling` function. ## 0.9.2 - 2022-06-07