diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-08-24 10:54:09 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-08-24 10:54:09 -0400 |
| commit | d57e5edbcdf915168c613cdd6da0bd7bea877fa4 (patch) | |
| tree | 883de7c3cd83335e6935f7532a70ac537683eca3 /doc/build | |
| parent | 03e47a8255476d9ed50c5aec73e6c272761d67eb (diff) | |
| download | sqlalchemy-d57e5edbcdf915168c613cdd6da0bd7bea877fa4.tar.gz | |
- 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.
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ -19,6 +19,15 @@ :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 :versions: 1.1.0b1 |
