From 7c314754a72f4f11b9683db1da7b9f63f120b981 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 9 Jul 2023 19:49:30 +0300 Subject: [PATCH] Added changelog --- CHANGES/1210.misc.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CHANGES/1210.misc.rst diff --git a/CHANGES/1210.misc.rst b/CHANGES/1210.misc.rst new file mode 100644 index 00000000..0f6c9f4f --- /dev/null +++ b/CHANGES/1210.misc.rst @@ -0,0 +1,2 @@ +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.