From 7c295f6b3dd7f296927a20579a1f3af793d87e2b Mon Sep 17 00:00:00 2001 From: Oleg A Date: Mon, 20 Nov 2023 12:03:20 +0300 Subject: [PATCH] docs: add fix changelog --- CHANGES/1368.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/1368.bugfix.rst diff --git a/CHANGES/1368.bugfix.rst b/CHANGES/1368.bugfix.rst new file mode 100644 index 00000000..f541e016 --- /dev/null +++ b/CHANGES/1368.bugfix.rst @@ -0,0 +1 @@ +Fixed a situation where a :code:`CallbackData` could not be parsed without a default value.