mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Update changelog
This commit is contained in:
parent
62052a822a
commit
0bddb1d927
3 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
|
||||
- The new API for dialogue handlers: `teloxide::handler!` ([issue 567](https://github.com/teloxide/teloxide/issues/567)).
|
||||
- Built-in webhooks support via `teloxide::dispatching::update_listeners::webhooks` module
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
//
|
||||
// [1] https://github.com/emk/heroku-buildpack-rust
|
||||
|
||||
// TODO: use built-in webhook support
|
||||
|
||||
use teloxide::{
|
||||
dispatching::{
|
||||
stop_token::AsyncStopToken,
|
||||
|
|
|
@ -79,6 +79,8 @@ pub use self::axum::{axum, axum_no_setup, axum_to_router};
|
|||
#[cfg(feature = "webhooks-axum")]
|
||||
mod axum;
|
||||
|
||||
// TODO: add different implementation (for example: warp)
|
||||
|
||||
/// Calls `set_webhook` with arguments from `options`.
|
||||
///
|
||||
/// Note: this takes out `certificate`.
|
||||
|
|
Loading…
Add table
Reference in a new issue