summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_12/4468.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/build/changelog/unreleased_12/4468.rst b/doc/build/changelog/unreleased_12/4468.rst
index 0106d2f18..674dc4475 100644
--- a/doc/build/changelog/unreleased_12/4468.rst
+++ b/doc/build/changelog/unreleased_12/4468.rst
@@ -2,9 +2,9 @@
:tags: bug, orm
:tickets: 4468
- Fixed a regression in 1.2 where a wildcard/load_only loader option would
- not work correctly against a loader path where of_type() were used to limit
- to a particular subclass. The fix only works for of_type() of a simple
- subclass so far, not a with_polymorphic entity which will be addressed in a
- separate issue; it is unlikely this latter case was working previously.
+ Fixed a regression in 1.2 where a wildcard/load_only loader option would
+ not work correctly against a loader path where of_type() were used to limit
+ to a particular subclass. The fix only works for of_type() of a simple
+ subclass so far, not a with_polymorphic entity which will be addressed in a
+ separate issue; it is unlikely this latter case was working previously.