diff --git a/CHANGELOG.md b/CHANGELOG.md index 655b7cd2..0087853c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `BotBuilder`, which allows setting a default `ParseMode`. - The `BotDialogue` trait. - - Automatic `dispatch` function generation via `#[derive(BotDialogue)]` + `#[handler(handler_fn)]`. + - Automatic `dispatch` function generation via `#[derive(BotDialogue)]` + `#[transition(transition_fn)]`. ### Deprecated - `Bot::{from_env_with_client, new, with_client}`.