Update CHANGELOG.md. Add MessageToCopyNotFound error

This commit is contained in:
TheAwiteb 2023-08-25 16:23:01 +03:00
parent f76db0544f
commit 6c8bc11493
No known key found for this signature in database
GPG key ID: ABF818BD15DC2D34

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
### Added
- Add `MessageToCopyNotFound` error to `teloxide::errors::ApiError` ([PR 917](https://github.com/teloxide/teloxide/pull/917))
### Fixed
- Use `UserId` instead of `i64` for `user_id` in `html::user_mention` and `markdown::user_mention` ([PR 896](https://github.com/teloxide/teloxide/pull/896))