From 05531e4d762b6321031ea9393fefa6cebc3c9211 Mon Sep 17 00:00:00 2001 From: Suren Khorenyan Date: Sun, 8 Oct 2023 18:43:14 +0300 Subject: [PATCH] Add changelog for bugfix 1332 --- CHANGES/1332.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/1332.bugfix.rst diff --git a/CHANGES/1332.bugfix.rst b/CHANGES/1332.bugfix.rst new file mode 100644 index 00000000..004cfd1d --- /dev/null +++ b/CHANGES/1332.bugfix.rst @@ -0,0 +1 @@ + Fixed ``parse_mode`` in ``send_copy`` helper. Disable by default.