From 63129594a68e1a74e8554c4a83e9ed96837743bf Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Sat, 17 Feb 2024 10:02:54 +0200 Subject: [PATCH] Added changelog --- CHANGES/1418.bugfix.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CHANGES/1418.bugfix.rst diff --git a/CHANGES/1418.bugfix.rst b/CHANGES/1418.bugfix.rst new file mode 100644 index 00000000..f933c89d --- /dev/null +++ b/CHANGES/1418.bugfix.rst @@ -0,0 +1,2 @@ +Fixed JSON serialization of the :code:`LinkPreviewOptions` class while it is passed +as bot-wide default options.