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.