From: Mike Bayer Date: Sun, 3 Feb 2019 17:50:09 +0000 (-0500) Subject: Repair incorrect issue number X-Git-Tag: rel_1_3_0b3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=025cf864419051de63f8c86c39a87c05ddbd8a65;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Repair incorrect issue number This reopens #4406 inadvertently closed and fixes #4464, already released in 1.3.0b2. Fixes: #4464 Change-Id: I82f3dbdff01fe24ea51a4dda0608c0a284320a57 --- diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst index 3e454b6388..143c6f65c4 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`,