Added changelog

This commit is contained in:
Alex Root Junior 2023-07-30 00:00:10 +03:00
parent 7f5fef1853
commit 31a54d5b87
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

4
CHANGES/1233.bugfix.rst Normal file
View file

@ -0,0 +1,4 @@
Added model validation to remove UNSET before field validation.
This change was necessary to correctly handle parse_mode where 'UNSET' is used as a sentinel value.
Without the removal of 'UNSET', it would create issues when passed to model initialization from Bot.method_name.
'UNSET' was also added to typing.