Added changelog

This commit is contained in:
Alex Root Junior 2023-07-09 19:49:30 +03:00
parent b02a1bb2a1
commit 7c314754a7
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

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

@ -0,0 +1,2 @@
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.