diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-09-04 19:02:19 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-09-04 19:02:19 -0400 |
commit | af8a8153483f45acf3211dcf1163d2c6e380d1be (patch) | |
tree | cf9e3caece28400961c208d19ec3d8c2efad8e3b | |
parent | 37c5ed2ed948250d7244d1e6e17da37a27c24698 (diff) | |
download | sqlalchemy-af8a8153483f45acf3211dcf1163d2c6e380d1be.tar.gz |
- add forwards-port versions
Change-Id: I5741f213d0edb989566f45140f5e7e1dd522e194
-rw-r--r-- | doc/build/changelog/unreleased_11/4053.rst | 1 | ||||
-rw-r--r-- | doc/build/changelog/unreleased_11/4068.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_11/4053.rst b/doc/build/changelog/unreleased_11/4053.rst index 718b58fb8..63a612203 100644 --- a/doc/build/changelog/unreleased_11/4053.rst +++ b/doc/build/changelog/unreleased_11/4053.rst @@ -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 diff --git a/doc/build/changelog/unreleased_11/4068.rst b/doc/build/changelog/unreleased_11/4068.rst index 9443b1ba0..1bd5dd6f6 100644 --- a/doc/build/changelog/unreleased_11/4068.rst +++ b/doc/build/changelog/unreleased_11/4068.rst @@ -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 |