From 025cf864419051de63f8c86c39a87c05ddbd8a65 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 3 Feb 2019 12:50:09 -0500 Subject: [PATCH] Repair incorrect issue number This reopens #4406 inadvertently closed and fixes #4464, already released in 1.3.0b2. Fixes: #4464 Change-Id: I82f3dbdff01fe24ea51a4dda0608c0a284320a57 --- doc/build/changelog/changelog_13.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst index 3e454b63887..143c6f65c48 100644 --- a/doc/build/changelog/changelog_13.rst +++ b/doc/build/changelog/changelog_13.rst @@ -134,7 +134,7 @@ .. change:: :tags: bug, orm, engine - :tickets: 4406 + :tickets: 4464 Added accessors for execution options to Core and ORM, via :meth:`.Query.get_execution_options`,