This file was missing for #6052
Fixes: #6052
Change-Id: Ic0543e633a9f9dfbae08f1636437c543e2e0cd40
--- /dev/null
+.. change::
+ :tags: bug, orm, regression
+ :tickets: 6052
+
+ Fixed regression where calling upon :meth:`_orm.Query.count` in conjunction
+ with a loader option such as :func:`_orm.joinedload` would fail to ignore
+ the loader option. This is a behavior that has always been very specific to
+ the :meth:`_orm.Query.count` method; an error is normally raised if a given
+ :class:`_orm.Query` has options that don't apply to what it is returning.