From: Mike Bayer Date: Sun, 30 Apr 2023 21:22:44 +0000 (-0400) Subject: adjust verbiage X-Git-Tag: rel_2_0_12~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=623044bb54a58eaa25ed239b7646396548f4b1e7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git adjust verbiage Change-Id: Icc8f201d63e4cc2e7df2f42acb28a6dc84a58342 --- diff --git a/doc/build/changelog/unreleased_14/9728.rst b/doc/build/changelog/unreleased_14/9728.rst index a8bced33bc..c5908dbad6 100644 --- a/doc/build/changelog/unreleased_14/9728.rst +++ b/doc/build/changelog/unreleased_14/9728.rst @@ -3,8 +3,8 @@ :tickets: 9728 :versions: 2.0.12 - Fixed critical caching issue where combination of :func:`_orm.aliased()` - :func:`_sql.case` and :func:`_hybrid.hybrid_property` expressions would - cause a cache key mismatch, leading to cache keys that held onto the actual - :func:`_orm.aliased` object while also not matching each other, filling up - the cache. + Fixed critical caching issue where the combination of + :func:`_orm.aliased()` and :func:`_hybrid.hybrid_property` expression + compositions would cause a cache key mismatch, leading to cache keys that + held onto the actual :func:`_orm.aliased` object while also not matching + that of equivalent constructs, filling up the cache.