From 48dd28102849a3e5503c7d8caadeb842bd0ea447 Mon Sep 17 00:00:00 2001 From: latan Date: Thu, 5 Sep 2024 23:08:21 +0300 Subject: [PATCH] add changelog --- CHANGES.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index de7075f6..3bb4a6f1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,6 +16,19 @@ 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) ====================