Update changelog

This commit is contained in:
Maybe Waffle 2022-04-01 14:26:58 +04:00
parent 62052a822a
commit 0bddb1d927
3 changed files with 5 additions and 0 deletions

View file

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

View file

@ -18,6 +18,8 @@
//
// [1] https://github.com/emk/heroku-buildpack-rust
// TODO: use built-in webhook support
use teloxide::{
dispatching::{
stop_token::AsyncStopToken,

View file

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