From 92064417f5d6c6588cfb384a378b7e94a8d32ec3 Mon Sep 17 00:00:00 2001 From: selfkilla666 Date: Tue, 6 Feb 2024 01:57:36 +0200 Subject: [PATCH] Add changelog for #1407 Signed-off-by: selfkilla666 --- CHANGES/1407.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/1407.feature.rst diff --git a/CHANGES/1407.feature.rst b/CHANGES/1407.feature.rst new file mode 100644 index 00000000..5e4cac6a --- /dev/null +++ b/CHANGES/1407.feature.rst @@ -0,0 +1 @@ +Adding a new class :code:`aiogram.fsm.storage.MongoStorage` - MongoDB driver for aiogram's Finite State Machine. It works on the base of asynchronous :code:`motor` module to work with MongoDB.