From 8aa4082065883f61e458fa194e56e1cdb614b7ff Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Thu, 15 Dec 2022 20:01:32 +0600 Subject: [PATCH] Update `CHANGELOG.md` --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e191b869..265d22fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,16 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The module structure - `teloxide::dispatching::update_listeners` => `teloxide::update_listeners` - `teloxide::dispatching::repls` => `teloxide::repls` +- `CommandDescriptions::new` was made `const` +- The following functions were made `#[must_use]`: + - `DispatcherBuilder::{enable_ctrlc_handler, distribution_function}` ### Removed - `rocksdb-storage` feature and associated items (See [PR #761](https://github.com/teloxide/teloxide/pull/761) for reasoning) [**BC**] -## Changed +### Deprecated -- `CommandDescriptions::new` is made `const` -- The following functions were made `#[must_use]`: - - `DispatcherBuilder::{enable_ctrlc_handler, distribution_function}` +- `teloxide::dispatching::{update_listeners, repls}` (see in the "Changed" section) ## 0.11.3 - 2022-11-28