Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnomann committed Feb 2, 2022
1 parent 7d26ce7 commit 9573761
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- Tokio 1.16 and tgbot 0.17 support.
- New handlers API.
- Removed `async_trait` and `carapax-codegen` dependencies.
- Removed `Dispatcher` in favor of `App` and `Chain`.
- `HandlerResult` is the alias to `Result<(), HandlerError>` now.
- `HandlerError` now wraps `Box<dyn Error>`.
- Changed signature of `Handler` trait.
- Added `HandlerInput` struct containing `Context` and `Update`.
- Renamed `TryFromUpdate` trait to `TryFromInput`.
Expand All @@ -14,6 +17,7 @@
- Added `CommandPredicate` handler to allow to run a handler only for a specific command.
- Replaced `ratelimit_meter` by `governor`.
- Removed i18n support.
- And other breaking changes, see examples for more information.

## 0.10.0 (09.01.2020)

Expand Down

0 comments on commit 9573761

Please sign in to comment.