From: jonathan vanasco Date: Tue, 2 Nov 2021 17:35:44 +0000 (-0400) Subject: Fixes: #7278 X-Git-Tag: rel_2_0_0b1~679 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc5c54fcd4d868c2a4c7ac19668d72f506fe821e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fixes: #7278 Correct a typo in the 1.4 changelog Change-Id: Ib7d1fc75957ad2efb348fee9d862d75b06dbafef --- diff --git a/doc/build/changelog/changelog_14.rst b/doc/build/changelog/changelog_14.rst index 30b04b8229..35e500d495 100644 --- a/doc/build/changelog/changelog_14.rst +++ b/doc/build/changelog/changelog_14.rst @@ -6288,7 +6288,7 @@ This document details individual issue-level changes made throughout * ``nullsfirst`` is now ``nulls_first`` * ``nullslast`` is now ``nulls_last`` * ``isnot`` is now ``is_not`` - * ``not_in_`` is now ``not_in`` + * ``notin_`` is now ``not_in`` Because these are core operators, the internal migration strategy for this change is to support legacy terms for an extended period of time -- if not