Skip to content

Commit 52ac6f5

Browse files
committed
release note
Added regression description in `doc/source/whatsnew/v1.1.3.rst`
1 parent ff63b40 commit 52ac6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Fixed regressions
3434
- Fixed regression in :meth:`Series.__getitem__` incorrectly raising when the input was a tuple (:issue:`35534`)
3535
- Fixed regression in :meth:`Series.__getitem__` incorrectly raising when the input was a frozenset (:issue:`35747`)
3636
- Fixed regression in :meth:`read_excel` with ``engine="odf"`` caused ``UnboundLocalError`` in some cases where cells had nested child nodes (:issue:`36122`,:issue:`35802`)
37-
-
37+
- Fixed regression in :meth:`DataFrame.replace` inconsistant replace when using a float in the replace method (:issue:`35376`)
3838

3939
.. ---------------------------------------------------------------------------
4040

0 commit comments

Comments
 (0)