diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e1100d1..cf5bfc08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,7 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Feature `sqlite-storage` was renamed to `sqlite-storage-nativetls`([PR 995](https://github.com/teloxide/teloxide/pull/995)) - MSRV (Minimal Supported Rust Version) was bumped from `1.68.0` to `1.70.0` ([PR 996][https://github.com/teloxide/teloxide/pull/996]) - `axum` was bumped to `0.7`, along with related libraries used for webhooks ([PR 1093][https://github.com/teloxide/teloxide/pull/1093]) -- Exponential backoff now results in 64 seconds maximum delay instead of 17 minutes ([PR 1112][https://github.com/teloxide/teloxide/pull/1112]) +- Exponential backoff now results in 64 seconds maximum delay instead of 17 minutes ([PR 1113][https://github.com/teloxide/teloxide/pull/1113]) ### Removed diff --git a/crates/teloxide-core/CHANGELOG.md b/crates/teloxide-core/CHANGELOG.md index 8c4406c1..d7c6f094 100644 --- a/crates/teloxide-core/CHANGELOG.md +++ b/crates/teloxide-core/CHANGELOG.md @@ -107,7 +107,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Deserialization of `ApiError::CantParseEntities` ([#839][pr839]) - Deserialization of empty (content-less) messages that can sometimes appear as a part of callback query ([#850][pr850], issue [#873][issue873]) - Type of `chat_id` in `send_game`: `u32` => `ChatId` ([#1066][pr1066]) -- In case of `RetryAfter(..)` errors the polling is paused for the specified delay instead of falling into the backoff strategy ([#1112][pr1112]) +- In case of `RetryAfter(..)` errors the polling is paused for the specified delay instead of falling into the backoff strategy ([#1113][pr1113]) [pr839]: https://github.com/teloxide/teloxide/pull/839 [pr879]: https://github.com/teloxide/teloxide/pull/879 @@ -117,7 +117,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [pr990]: https://github.com/teloxide/teloxide/pull/990 [pr990]: https://github.com/teloxide/teloxide/pull/990 [pr1066]: https://github.com/teloxide/teloxide/pull/1066 -[pr1112]: https://github.com/teloxide/teloxide/pull/1112 +[pr1113]: https://github.com/teloxide/teloxide/pull/1113 ### Changed