Update changelog with new API errors info

This commit is contained in:
handlerug 2021-04-28 15:24:14 +07:00
parent 2865127963
commit 37b8256cd5
No known key found for this signature in database
GPG key ID: 38009F0605051491

View file

@ -10,8 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `impl Clone` for {`CacheMe`, `DefaultParseMode`, `Throttle`} ([#75][pr75])
- API errors: `ApiError::NotEnoughRightsToManagePins`, `ApiError::BotKickedFromSupergroup` ([#84][pr84])
[pr75]: https://github.com/teloxide/teloxide-core/pull/75
[pr84]: https://github.com/teloxide/teloxide-core/pull/84
### Changed