From 064af9a43f27fd3deaa01bb9c7b886ab2a523069 Mon Sep 17 00:00:00 2001 From: Daniel Saxton Date: Wed, 24 Feb 2021 09:16:12 -0600 Subject: [PATCH] DOC: Edit regression fix release note --- doc/source/whatsnew/v1.2.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v1.2.3.rst b/doc/source/whatsnew/v1.2.3.rst index 41cea7fe125a1..b7721e86a473f 100644 --- a/doc/source/whatsnew/v1.2.3.rst +++ b/doc/source/whatsnew/v1.2.3.rst @@ -16,7 +16,7 @@ Fixed regressions ~~~~~~~~~~~~~~~~~ - Fixed regression in :meth:`~DataFrame.to_excel` raising ``KeyError`` when giving duplicate columns with ``columns`` attribute (:issue:`39695`) -- Fixed regression in :class:`IntegerArray` unary ops propagating mask on assignment (:issue:`39943`) +- Fixed regression in nullable integer unary ops propagating mask on assignment (:issue:`39943`) - Fixed regression in :meth:`DataFrame.__setitem__` not aligning :class:`DataFrame` on right-hand side for boolean indexer (:issue:`39931`) .. ---------------------------------------------------------------------------