Added changelog

This commit is contained in:
Alex Root Junior 2023-08-02 21:29:12 +03:00
parent ef1a806315
commit 82cdc37eb7
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

3
CHANGES/1238.misc.rst Normal file
View file

@ -0,0 +1,3 @@
Reworked InputFile reading, removed :code:`__aiter__` method, added `bot: Bot` argument to
the :code:`.read(...)` method, so, from now URLInputFile can be used without specifying
bot instance.