From eb69e464538f6689f2396b327fc41ccd6f7da7c4 Mon Sep 17 00:00:00 2001 From: Alex <103587954+Shaonis@users.noreply.github.com> Date: Tue, 24 Jan 2023 21:03:10 +0200 Subject: [PATCH] Create 1106.bugfix.rst --- CHANGES/1106.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/1106.bugfix.rst diff --git a/CHANGES/1106.bugfix.rst b/CHANGES/1106.bugfix.rst new file mode 100644 index 00000000..d3ab29a1 --- /dev/null +++ b/CHANGES/1106.bugfix.rst @@ -0,0 +1 @@ +Bug fix, which made ignore_case parameter not work in aiogram.filters.command.Command. `Problem description `_