summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-08-24 10:54:09 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-08-24 10:54:09 -0400
commitd57e5edbcdf915168c613cdd6da0bd7bea877fa4 (patch)
tree883de7c3cd83335e6935f7532a70ac537683eca3 /doc/build
parent03e47a8255476d9ed50c5aec73e6c272761d67eb (diff)
downloadsqlalchemy-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.rst9
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