From 57866fb3b1ded4a8b357f4d8bd873cbed7e17afc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 10 Dec 2022 13:46:43 -0500 Subject: [PATCH] changelog edits for 1.4.45 Change-Id: Ic54a46c5091eda1480ce80989075527c6b3a6d7e --- doc/build/changelog/unreleased_14/8748.rst | 2 +- doc/build/changelog/unreleased_14/8952.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/build/changelog/unreleased_14/8748.rst b/doc/build/changelog/unreleased_14/8748.rst index 27e0679227..5d6704fd81 100644 --- a/doc/build/changelog/unreleased_14/8748.rst +++ b/doc/build/changelog/unreleased_14/8748.rst @@ -1,5 +1,5 @@ .. change:: - :tags: bug postgresql + :tags: bug, postgresql :tickets: 8748 Made an adjustment to how the PostgreSQL dialect considers column types diff --git a/doc/build/changelog/unreleased_14/8952.rst b/doc/build/changelog/unreleased_14/8952.rst index bb40306b59..8be984be0f 100644 --- a/doc/build/changelog/unreleased_14/8952.rst +++ b/doc/build/changelog/unreleased_14/8952.rst @@ -3,6 +3,6 @@ :tickets: 8952 :versions: 2.0.0b5 - Removed non-functional method ``merge`` from :class:`_asyncio.AsyncResult`. - This method was non-functional and non-tested since the first introduction - of asyncio in SQLAlchemy. + Removed non-functional ``merge()`` method from + :class:`_asyncio.AsyncResult`. This method has never worked and was + included with :class:`_asyncio.AsyncResult` in error. -- 2.47.3