Merge pull request #85 from handlerug/patch-changelog

Update changelog with new API errors info
This commit is contained in:
Waffle Lapkin 2021-04-28 11:36:19 +03:00 committed by GitHub
commit c5ab1ac89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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