From 51423cf4c516f64db2c72365cfa1debc1252e0ee Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 11 Mar 2023 01:47:08 +0200 Subject: [PATCH] Added changelog --- CHANGES/1139.misc.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGES/1139.misc.rst diff --git a/CHANGES/1139.misc.rst b/CHANGES/1139.misc.rst new file mode 100644 index 00000000..432607e0 --- /dev/null +++ b/CHANGES/1139.misc.rst @@ -0,0 +1,7 @@ +Added full support of `Bot API 6.6 `_ + +.. danger:: + + Note that this issue has breaking changes described in in the Bot API changelog, + this changes is not breaking in the API but breaking inside aiogram because + Beta stage is not finished.