]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add forwards-port versions
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Sep 2017 23:02:19 +0000 (19:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Sep 2017 23:02:19 +0000 (19:02 -0400)
Change-Id: I5741f213d0edb989566f45140f5e7e1dd522e194

doc/build/changelog/unreleased_11/4053.rst
doc/build/changelog/unreleased_11/4068.rst

index 718b58fb8f05dd6f8b9373c396f2fe9382fe6d98..63a61220383ce922b9a70a33d88bc6dfb7d0504a 100644 (file)
@@ -1,6 +1,7 @@
 .. change::
     :tags: bug, sql
     :tickets: 4053
+    :versions: 1.2.0b3
 
     Altered the range specification for window functions to allow
     for two of the same PRECEDING or FOLLOWING keywords in a range
index 9443b1ba00801f647510dfda0846f7d0c2476bde..1bd5dd6f65aaedc42f7f3265e879201eb5118d9f 100644 (file)
@@ -1,6 +1,7 @@
 .. change::
     :tags: bug, orm
     :tickets: 4068
+    :versions: 1.2.0b3
 
     Fixed race condition in ORM identity map which would cause objects
     to be inappropriately removed during a load operation, causing