Add changelog for #1407

Signed-off-by: selfkilla666 <selfkilla666@yahoo.com>
This commit is contained in:
selfkilla666 2024-02-06 01:57:36 +02:00
parent a7b1dff425
commit 92064417f5
No known key found for this signature in database
GPG key ID: 8E784F7D1611B14C

1
CHANGES/1407.feature.rst Normal file
View file

@ -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.