From: Vincent Fazio Date: Tue, 3 Jan 2023 16:27:39 +0000 (-0600) Subject: add changelog entry X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed3c28cc78e57314b7a4e533d77108efc6751949;p=thirdparty%2Fsqlalchemy%2Falembic.git add changelog entry Signed-off-by: Vincent Fazio --- diff --git a/docs/build/unreleased/1147.rst b/docs/build/unreleased/1147.rst new file mode 100644 index 00000000..5f6f7dec --- /dev/null +++ b/docs/build/unreleased/1147.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, typing + :tickets: 1146, 1147 + + Fixed typing definitions for :meth:`.EnvironmentContext.get_x_argument`. + + Typing stubs are now generated for overloaded proxied methods such as + :meth:`.EnvironmentContext.get_x_argument`. \ No newline at end of file