From fc5c54fcd4d868c2a4c7ac19668d72f506fe821e Mon Sep 17 00:00:00 2001 From: jonathan vanasco Date: Tue, 2 Nov 2021 13:35:44 -0400 Subject: [PATCH] Fixes: #7278 Correct a typo in the 1.4 changelog Change-Id: Ib7d1fc75957ad2efb348fee9d862d75b06dbafef --- doc/build/changelog/changelog_14.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2