]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add changelog to 1_4 directory 7615/head
authorMarkus Gerstel <markus.gerstel@diamond.ac.uk>
Wed, 26 Jan 2022 09:03:45 +0000 (09:03 +0000)
committerMarkus Gerstel <markus.gerstel@diamond.ac.uk>
Wed, 26 Jan 2022 09:03:45 +0000 (09:03 +0000)
doc/build/changelog/unreleased_14/7612.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/7612.rst b/doc/build/changelog/unreleased_14/7612.rst
new file mode 100644 (file)
index 0000000..a1f9211
--- /dev/null
@@ -0,0 +1,6 @@
+.. change::
+    :tags: bug, engine
+    :tickets: 7612
+
+    Log messages emitted via sqlalchemy.engine.base and sqlalchemy.log now
+    report correct function names and line numbers.