mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
5abaeb2c00
commit
161300c739
1 changed files with 6 additions and 11 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -7,28 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
### Changed
|
||||||
- The description in `Cargo.toml` was changed to from "The teloxide's macros for internal usage" to "The teloxide's procedural macros".
|
- The description in `Cargo.toml` was changed to from "The teloxide's macros for internal usage" to "The teloxide's procedural macros".
|
||||||
|
- Added the functionality to parse commands only with a correct bot's name.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- This `CHANGELOG.md`.
|
- This `CHANGELOG.md`.
|
||||||
- `.gitignore`.
|
- `.gitignore`.
|
||||||
|
|
||||||
|
|
||||||
## [0.1.2] - 2020-02-24
|
## [0.1.2] - [YANKED]
|
||||||
### Changed
|
Invalid.
|
||||||
- The same as v0.1.1, but fixes [the issue](https://github.com/teloxide/teloxide/issues/176) about backwards compatibility.
|
|
||||||
|
|
||||||
|
|
||||||
## [0.2.0] - [YANKED]
|
## [0.2.0] - [YANKED]
|
||||||
### Changed
|
Invalid.
|
||||||
- Fixes [the issue](https://github.com/teloxide/teloxide/issues/176) about backwards compatibility, but fairly soon I realised that semver recommends to use v0.1.2 instead.
|
|
||||||
|
|
||||||
|
|
||||||
## [0.1.1] - 2020-02-23
|
## [0.1.1] - [YANKED]
|
||||||
### Added
|
Invalid.
|
||||||
- The `LICENSE` file.
|
|
||||||
### Changed
|
|
||||||
- Backwards compatibility is broken and was fixed in v0.1.2.
|
|
||||||
|
|
||||||
|
|
||||||
## [0.1.0] - 2020-02-19
|
## [0.1.0] - 2020-02-19
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Reference in a new issue