mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +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
|
||||
- `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
|
||||
|
||||
|
|
Loading…
Reference in a new issue