series as well. For changes that are specific to 1.0 with an emphasis
on compatibility concerns, see :doc:`/changelog/migration_10`.
+ .. change::
+ :tags: bug, orm
+ :pullreq: github:137
+
+ Repaired support of the ``copy.deepcopy()`` call when used by the
+ :class:`.orm.util.CascadeOptions` argument, which occurs
+ if ``copy.deepcopy()`` is being used with :func:`.relationship`
+ (not an officially supported use case). Pull request courtesy
+ duesenfranz.
+
.. change::
:tags: bug, sql
:tickets: 3170