mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-18 15:20:15 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
1f5b242b36
commit
8aa4082065
1 changed files with 5 additions and 4 deletions
|
@ -12,16 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- The module structure
|
- The module structure
|
||||||
- `teloxide::dispatching::update_listeners` => `teloxide::update_listeners`
|
- `teloxide::dispatching::update_listeners` => `teloxide::update_listeners`
|
||||||
- `teloxide::dispatching::repls` => `teloxide::repls`
|
- `teloxide::dispatching::repls` => `teloxide::repls`
|
||||||
|
- `CommandDescriptions::new` was made `const`
|
||||||
|
- The following functions were made `#[must_use]`:
|
||||||
|
- `DispatcherBuilder::{enable_ctrlc_handler, distribution_function}`
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- `rocksdb-storage` feature and associated items (See [PR #761](https://github.com/teloxide/teloxide/pull/761) for reasoning) [**BC**]
|
- `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`
|
- `teloxide::dispatching::{update_listeners, repls}` (see in the "Changed" section)
|
||||||
- The following functions were made `#[must_use]`:
|
|
||||||
- `DispatcherBuilder::{enable_ctrlc_handler, distribution_function}`
|
|
||||||
|
|
||||||
## 0.11.3 - 2022-11-28
|
## 0.11.3 - 2022-11-28
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue