From e64c22753c1fee3c0eb83ac35e651231ef421984 Mon Sep 17 00:00:00 2001 From: Waffle Lapkin <waffle.lapkin@gmail.com> Date: Fri, 18 Jun 2021 13:28:47 +0300 Subject: [PATCH] Correct pr link in the changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8ca3b4..8e0ca19d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- `impl Clone` for {`CacheMe`, `DefaultParseMode`, `Throttle`} ([#75][pr75]) +- `impl Clone` for {`CacheMe`, `DefaultParseMode`, `Throttle`} ([#76][pr76]) - Getters for fields nested in `Chat` ([#80][pr80]) - API errors: `ApiError::NotEnoughRightsToManagePins`, `ApiError::BotKickedFromSupergroup` ([#84][pr84]) - Telegram bot API 5.2 support ([#86][pr86]) - `net::default_reqwest_settings` function ([#90][pr90]) [pr75]: https://github.com/teloxide/teloxide-core/pull/75 +[pr76]: https://github.com/teloxide/teloxide-core/pull/76 [pr80]: https://github.com/teloxide/teloxide-core/pull/80 [pr84]: https://github.com/teloxide/teloxide-core/pull/84 [pr86]: https://github.com/teloxide/teloxide-core/pull/86