From dd580c6cb7df7b5cc297bfa8667e1ac3d32563e5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 30 Apr 2023 17:22:44 -0400 Subject: [PATCH] adjust verbiage Change-Id: Icc8f201d63e4cc2e7df2f42acb28a6dc84a58342 (cherry picked from commit 623044bb54a58eaa25ed239b7646396548f4b1e7) --- doc/build/changelog/unreleased_14/9728.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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. -- 2.47.2