Skip to content

Commit 686b807

Browse files
authored
DOC: Edit regression fix release note (#40019)
1 parent 3408a61 commit 686b807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.2.3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Fixed regressions
1616
~~~~~~~~~~~~~~~~~
1717

1818
- Fixed regression in :meth:`~DataFrame.to_excel` raising ``KeyError`` when giving duplicate columns with ``columns`` attribute (:issue:`39695`)
19-
- Fixed regression in :class:`IntegerArray` unary ops propagating mask on assignment (:issue:`39943`)
19+
- Fixed regression in nullable integer unary ops propagating mask on assignment (:issue:`39943`)
2020
- Fixed regression in :meth:`DataFrame.__setitem__` not aligning :class:`DataFrame` on right-hand side for boolean indexer (:issue:`39931`)
2121

2222
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)