Update changelog

This commit is contained in:
Alex Root Junior 2023-07-11 23:14:06 +03:00
parent a9d8b7bd3d
commit 8e46c57a03
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -1,2 +1,6 @@
Replaced ContextVar's with a new feature called `Validation Context <https://docs.pydantic.dev/latest/usage/validators/#validation-context>`_
in Pydantic to improve the clarity, usability, and versatility of handling the Bot instance within method shortcuts.
.. danger::
**Breaking**: The 'bot' argument now is required in `URLInputFile`