Skip to content

Commit dcc3efd

Browse files
committed
DOC: add whatsnew
1 parent c38f1c8 commit dcc3efd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.2.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ ExtensionArray
528528
- Fixed bug where ``astype()`` with equal dtype and ``copy=False`` would return a new object (:issue:`284881`)
529529
- Fixed bug when applying a NumPy ufunc with multiple outputs to a :class:`pandas.arrays.IntegerArray` returning None (:issue:`36913`)
530530
- Fixed an inconsistency in :class:`PeriodArray`'s ``__init__`` signature to those of :class:`DatetimeArray` and :class:`TimedeltaArray` (:issue:`37289`)
531+
- Bug in :meth:`Series.replace` did not preserve ``dtype`` of original :class:`Series` (:issue:`33484`)
531532

532533
Other
533534
^^^^^

0 commit comments

Comments
 (0)