From d579ac12e05c29cda30057042dbfe717d86ef227 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 27 Aug 2023 17:02:43 +0300 Subject: [PATCH] Added changelog --- CHANGES/1277.bugfix.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CHANGES/1277.bugfix.rst diff --git a/CHANGES/1277.bugfix.rst b/CHANGES/1277.bugfix.rst new file mode 100644 index 00000000..6acfccf2 --- /dev/null +++ b/CHANGES/1277.bugfix.rst @@ -0,0 +1,2 @@ +Replaced :code:`datetime.datetime` with `DateTime` type wrapper across types to make dumped JSONs object +more compatible with data that is sent by Telegram.