From 02c24b018c5467395632a67ebe4b26f347a8d5c4 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 2 Apr 2021 11:52:29 -0400 Subject: [PATCH] changelog updates Change-Id: I56e3ca289d7fe588a5f441a8bb1758d6cd615d54 --- doc/build/changelog/unreleased_13/6182.rst | 3 ++- doc/build/changelog/unreleased_14/6099.rst | 2 +- doc/build/changelog/unreleased_14/6146.rst | 2 +- doc/build/changelog/unreleased_14/6163.rst | 2 +- doc/build/changelog/unreleased_14/6166.rst | 6 ++++-- lib/sqlalchemy/sql/sqltypes.py | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/build/changelog/unreleased_13/6182.rst b/doc/build/changelog/unreleased_13/6182.rst index f38213c8f9..3228b4f2b4 100644 --- a/doc/build/changelog/unreleased_13/6182.rst +++ b/doc/build/changelog/unreleased_13/6182.rst @@ -1,6 +1,7 @@ .. change:: :tags: bug, postgresql, regression :tickets: 6182 + :versions: 1.4.5 Fixed regression caused by :ticket:`6023` where the PostgreSQL cast operator applied to elements within an :class:`_types.ARRAY` when using @@ -9,4 +10,4 @@ adapter. Additionally, repairs support for the correct CREATE TYPE to be emitted - when using a ``Variant(ARRAY(some_schema_type))``. \ No newline at end of file + when using a ``Variant(ARRAY(some_schema_type))``. diff --git a/doc/build/changelog/unreleased_14/6099.rst b/doc/build/changelog/unreleased_14/6099.rst index 6a5a299e59..35c4c3fe18 100644 --- a/doc/build/changelog/unreleased_14/6099.rst +++ b/doc/build/changelog/unreleased_14/6099.rst @@ -3,5 +3,5 @@ :tickets: 6099 Fixed typo in the fix for :ticket:`6099` released in 1.4.4 that completely - prevented it from working correctly, i.e. the error message did not match + prevented this change from working correctly, i.e. the error message did not match what was actually emitted by pg8000. diff --git a/doc/build/changelog/unreleased_14/6146.rst b/doc/build/changelog/unreleased_14/6146.rst index cca724794c..7e1cfcf979 100644 --- a/doc/build/changelog/unreleased_14/6146.rst +++ b/doc/build/changelog/unreleased_14/6146.rst @@ -1,5 +1,5 @@ .. change:: - :tags: bug, sql, schema + :tags: bug, schema :tickets: 6146 Introduce a new parameter :paramref:`_types.Enum.omit_aliases` in diff --git a/doc/build/changelog/unreleased_14/6163.rst b/doc/build/changelog/unreleased_14/6163.rst index f8811a3411..5d6b61bf08 100644 --- a/doc/build/changelog/unreleased_14/6163.rst +++ b/doc/build/changelog/unreleased_14/6163.rst @@ -1,5 +1,5 @@ .. change:: - :tags: bug, sql, mssql + :tags: bug, mssql :tickets: 6163 Fixed a regression in MSSQL 2012+ that prevented the order by clause diff --git a/doc/build/changelog/unreleased_14/6166.rst b/doc/build/changelog/unreleased_14/6166.rst index 5070304956..383898c2b7 100644 --- a/doc/build/changelog/unreleased_14/6166.rst +++ b/doc/build/changelog/unreleased_14/6166.rst @@ -2,5 +2,7 @@ :tags: bug, asyncio :tickets: 6166 - Prevent loading contextvars in python 3.6 when the backport - library is installed. + + Fixed issue where the asyncio extension could not be loaded + if running Python 3.6 with the backport library of + ``contextvars`` installed. diff --git a/lib/sqlalchemy/sql/sqltypes.py b/lib/sqlalchemy/sql/sqltypes.py index 18678b3d10..e57a14681d 100644 --- a/lib/sqlalchemy/sql/sqltypes.py +++ b/lib/sqlalchemy/sql/sqltypes.py @@ -1437,7 +1437,7 @@ class Enum(Emulated, String, SchemaType): A deprecation warning is raised if the enum has aliases and this flag was not set. - .. versionadded:: 1.4.4 + .. versionadded:: 1.4.5 .. deprecated:: 1.4 The default will be changed to ``True`` in SQLAlchemy 2.0. -- 2.47.2