From c62dff8e654808fd78127a9fd90f2d57bfda074d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 15 Apr 2019 11:44:14 -0400 Subject: [PATCH] Add 1.3.x versions to still unreleased 1.2 backport fixes Change-Id: Iee2a447c032575ff845eb4ba9d01de0be98065a2 --- doc/build/changelog/unreleased_12/4406.rst | 1 + doc/build/changelog/unreleased_12/4506.rst | 1 + doc/build/changelog/unreleased_12/4507.rst | 1 + doc/build/changelog/unreleased_12/4528.rst | 1 + 4 files changed, 4 insertions(+) diff --git a/doc/build/changelog/unreleased_12/4406.rst b/doc/build/changelog/unreleased_12/4406.rst index aee7e5d624..513786b916 100644 --- a/doc/build/changelog/unreleased_12/4406.rst +++ b/doc/build/changelog/unreleased_12/4406.rst @@ -1,6 +1,7 @@ .. change:: :tags: bug, engine :tickets: 4406 + :versions: 1.3.0 Comparing two objects of :class:`.URL` using ``__eq__()`` did not take port number into consideration, two objects differing only by port number were diff --git a/doc/build/changelog/unreleased_12/4506.rst b/doc/build/changelog/unreleased_12/4506.rst index 2fa9874903..cf49250b1a 100644 --- a/doc/build/changelog/unreleased_12/4506.rst +++ b/doc/build/changelog/unreleased_12/4506.rst @@ -1,6 +1,7 @@ .. change:: :tags: bug, oracle :tickets: 4506 + :versions: 1.3.0 Added support for reflection of the :class:`.NCHAR` datatype to the Oracle dialect, and added :class:`.NCHAR` to the list of types exported by the diff --git a/doc/build/changelog/unreleased_12/4507.rst b/doc/build/changelog/unreleased_12/4507.rst index 39b37b93d4..9586c73fed 100644 --- a/doc/build/changelog/unreleased_12/4507.rst +++ b/doc/build/changelog/unreleased_12/4507.rst @@ -1,6 +1,7 @@ .. change:: :tags: bug, orm :tickets: 4507 + :versions: 1.3.0 Fixed a regression in 1.2 due to the introduction of baked queries for relationship lazy loaders, where a race condition is created during the diff --git a/doc/build/changelog/unreleased_12/4528.rst b/doc/build/changelog/unreleased_12/4528.rst index c117d0d5cc..c28a9e3c02 100644 --- a/doc/build/changelog/unreleased_12/4528.rst +++ b/doc/build/changelog/unreleased_12/4528.rst @@ -1,6 +1,7 @@ .. change:: :tags: bug, examples :tickets: 4528 + :versions: 1.3.1 Fixed bug in large_resultsets example case where a re-named "id" variable due to code reformatting caused the test to fail. Pull request courtesy -- 2.47.2