From e4b01dbaf2b3a6d1cfe53f749b4fb5c1a63b09f8 Mon Sep 17 00:00:00 2001 From: wrrrzr <161970349+wrrrzr@users.noreply.github.com> Date: Sat, 9 Mar 2024 18:36:17 +0300 Subject: [PATCH] Update 1431.feature.rst --- CHANGES/1431.feature.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES/1431.feature.rst b/CHANGES/1431.feature.rst index 155a2971..56085950 100644 --- a/CHANGES/1431.feature.rst +++ b/CHANGES/1431.feature.rst @@ -1 +1,3 @@ Added method :code:`get_value` for class :code:`FSMContext` + +- Added a new function :code:`get_value`, which allows retrieving the value by its name from the :code:`FSMContext`.