]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add changelog for f016c1ac7f93d2f759
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Nov 2020 16:10:01 +0000 (11:10 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Nov 2020 16:10:01 +0000 (11:10 -0500)
Fixes: #5681
Change-Id: I2c860a867c26ece69680354d908d02b8ec7e9609

doc/build/changelog/unreleased_14/5681.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/5681.rst b/doc/build/changelog/unreleased_14/5681.rst
new file mode 100644 (file)
index 0000000..2a57884
--- /dev/null
@@ -0,0 +1,9 @@
+.. change::
+    :tags: platform, performance
+    :tickets: 5681
+
+    Adjusted some elements related to internal class production at import time
+    which added significant latency to the time spent to import the library vs.
+    that of 1.3.   The time is now about 20-30% slower than 1.3 instead of
+    200%.
+