mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 20:12:25 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
d21dcd678c
commit
8be96a3488
1 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,15 @@ Nothing
|
||||||
- Using custom separator.
|
- Using custom separator.
|
||||||
- Now function `parse` return Result<T, ParseError> instead of Option<T>.
|
- Now function `parse` return Result<T, ParseError> instead of Option<T>.
|
||||||
|
|
||||||
|
## [0.2.1] - 2020-02-25
|
||||||
|
### Changed
|
||||||
|
- The description in `Cargo.toml` was changed to from "The teloxide's macros for internal usage" to "The teloxide's procedural macros".
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- This `CHANGELOG.md`.
|
||||||
|
- `.gitignore`.
|
||||||
|
- The functionality to parse commands only with a correct bot's name (breaks backwards compatibility).
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- This `CHANGELOG.md`.
|
- This `CHANGELOG.md`.
|
||||||
- `.gitignore`.
|
- `.gitignore`.
|
||||||
|
|
Loading…
Reference in a new issue