From d57e5edbcdf915168c613cdd6da0bd7bea877fa4 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 24 Aug 2015 10:54:09 -0400 Subject: - Fixed two issues in the "history_meta" example where history tracking could encounter empty history, and where a column keyed to an alternate attribute name would fail to track properly. Fixes courtesy Alex Fraser. --- doc/build/changelog/changelog_10.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/build') diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index ad8805299..a9a3486c1 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -18,6 +18,15 @@ .. changelog:: :version: 1.0.9 + .. change:: + :tags: bug, examples + :versions: 1.1.0b1 + + Fixed two issues in the "history_meta" example where history tracking + could encounter empty history, and where a column keyed to an alternate + attribute name would fail to track properly. Fixes courtesy + Alex Fraser. + .. change:: :tags: bug, orm :tickets: 3510 -- cgit v1.2.1