From: Mike Bayer Date: Sat, 10 Dec 2022 18:46:43 +0000 (-0500) Subject: changelog edits for 1.4.45 X-Git-Tag: rel_1_4_45~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57866fb3b1ded4a8b357f4d8bd873cbed7e17afc;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog edits for 1.4.45 Change-Id: Ic54a46c5091eda1480ce80989075527c6b3a6d7e --- 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.