From: Mike Bayer Date: Sun, 18 Aug 2013 20:11:15 +0000 (-0400) Subject: 0.9 needs 0.8's changelog also..... X-Git-Tag: rel_0_9_0b1~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=806a9b778506290e5ebe72bf4f32a849e60ea3cd;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.9 needs 0.8's changelog also..... --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 3e61ac5700..c19fa22279 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -6,6 +6,16 @@ .. changelog:: :version: 0.8.3 + .. change:: + :tags: bug, orm + :tickets: 2779 + + Backported a change from 0.9 whereby the iteration of a hierarchy + of mappers used in polymorphic inheritance loads is sorted, + which allows the SELECT statements generated for polymorphic queries + to have deterministic rendering, which in turn helps with caching + schemes that cache on the SQL string itself. + .. change:: :tags: bug, orm :tickets: 2794