]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
add changelog for 7955bac60d39e4642
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Jan 2026 14:06:33 +0000 (09:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Jan 2026 14:06:33 +0000 (09:06 -0500)
Change-Id: Ib2722c7773aae2e05792cbce23130cc9f005856d

docs/build/unreleased/1779.rst [new file with mode: 0644]

diff --git a/docs/build/unreleased/1779.rst b/docs/build/unreleased/1779.rst
new file mode 100644 (file)
index 0000000..175ded7
--- /dev/null
@@ -0,0 +1,6 @@
+.. change::
+    :tags: bug, autogenerate
+    :tickets: 1779
+
+    Fixed issue in new plugin system where the configured logger was not
+    correctly using the ``__name__`` token to identify the logger.