From ffb16aa628ea7203e7bb3b74429b3fd6f112f36b Mon Sep 17 00:00:00 2001 From: latan Date: Thu, 5 Sep 2024 23:48:36 +0300 Subject: [PATCH] fix changelog --- CHANGES.rst | 13 ------------- CHANGES/1574.feature.rst | 2 ++ 2 files changed, 2 insertions(+), 13 deletions(-) create mode 100644 CHANGES/1574.feature.rst diff --git a/CHANGES.rst b/CHANGES.rst index 3bb4a6f1..de7075f6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,19 +16,6 @@ Changelog .. towncrier release notes start -3.12.0 (2024-09-05) -==================== - -Bugfixes --------- - -- Fixed link preview options to use global defaults in various types and methods - to use global defaults for `link_preview_options`. - This change ensures consistency and enhances flexibility in handling link preview options - across different components. - `#1543 `_ - - 3.12.0 (2024-08-16) ==================== diff --git a/CHANGES/1574.feature.rst b/CHANGES/1574.feature.rst new file mode 100644 index 00000000..ff12a6f6 --- /dev/null +++ b/CHANGES/1574.feature.rst @@ -0,0 +1,2 @@ +Added missing method aliases such as `.answer()`, `.reply()`, and others to `InaccessibleMessage`. +This change ensures consistency and improves usability by aligning the functionality of `InaccessibleMessage` with the `Message` type. \ No newline at end of file