From: Mike Bayer Date: Wed, 4 Nov 2020 16:10:01 +0000 (-0500) Subject: Add changelog for f016c1ac7f93d2f759 X-Git-Tag: rel_1_4_0b2~169 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b9772de2dd9c9f1f01f96209d79ec1cd087b2fa;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add changelog for f016c1ac7f93d2f759 Fixes: #5681 Change-Id: I2c860a867c26ece69680354d908d02b8ec7e9609 --- diff --git a/doc/build/changelog/unreleased_14/5681.rst b/doc/build/changelog/unreleased_14/5681.rst new file mode 100644 index 0000000000..2a57884663 --- /dev/null +++ b/doc/build/changelog/unreleased_14/5681.rst @@ -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%. +