Added #990 to the changelog

This commit is contained in:
Alex Root Junior 2022-09-27 23:39:22 +03:00
parent 02357faf03
commit 4b991f9e07
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

2
CHANGES/990.misc.rst Normal file
View file

@ -0,0 +1,2 @@
Added warning about using magic filter from `magic_filter` instead of `aiogram`'s ones.
Is recommended to use `from aiogram import F` instead of `from magic_filter import F`