From 8e46c57a034b3c08897189e27c76d752d06634ed Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 11 Jul 2023 23:14:06 +0300 Subject: [PATCH] Update changelog --- CHANGES/1210.misc.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES/1210.misc.rst b/CHANGES/1210.misc.rst index 0f6c9f4f..e4d3589c 100644 --- a/CHANGES/1210.misc.rst +++ b/CHANGES/1210.misc.rst @@ -1,2 +1,6 @@ Replaced ContextVar's with a new feature called `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`