diff --git a/CHANGES/1238.misc.rst b/CHANGES/1238.misc.rst new file mode 100644 index 00000000..4f62cae1 --- /dev/null +++ b/CHANGES/1238.misc.rst @@ -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.