mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added changelog
This commit is contained in:
parent
7f5fef1853
commit
31a54d5b87
1 changed files with 4 additions and 0 deletions
4
CHANGES/1233.bugfix.rst
Normal file
4
CHANGES/1233.bugfix.rst
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue