Skip to content

Commit ee03ed1

Browse files
authored
DOC: Update release note v1.1.4.rst (#50981)
Update release note v1.1.4.rst
1 parent 7454934 commit ee03ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.4.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Fixed regressions
3131
- Fixed regression in setitem with :meth:`DataFrame.iloc` which raised error when trying to set a value while filtering with a boolean list (:issue:`36741`)
3232
- Fixed regression in setitem with a Series getting aligned before setting the values (:issue:`37427`)
3333
- Fixed regression in :attr:`MultiIndex.is_monotonic_increasing` returning wrong results with ``NaN`` in at least one of the levels (:issue:`37220`)
34-
- Fixed regression in inplace arithmetic operation on a Series not updating the parent DataFrame (:issue:`36373`)
34+
- Fixed regression in inplace arithmetic operation (`+=`) on a Series not updating the parent DataFrame/Series (:issue:`36373`)
3535

3636
.. ---------------------------------------------------------------------------
3737

0 commit comments

Comments
 (0)