Update CHANGELOG.md

This commit is contained in:
Hirrolot 2022-12-15 20:01:32 +06:00
parent 1f5b242b36
commit 8aa4082065

View file

@ -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