Skip to content

Commit ca61187

Browse files
committed
DOC: add info on #30050 bug fix to whatsnew
1 parent 8d163d8 commit ca61187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ Datetimelike
695695
- Bug in :meth:`DatetimeIndex.strftime` and :meth:`Series.dt.strftime` where ``NaT`` was converted to the string ``'NaT'`` instead of ``np.nan`` (:issue:`29578`)
696696
- Bug in :attr:`Timestamp.resolution` being a property instead of a class attribute (:issue:`29910`)
697697
- Bug in :func:`pandas.to_datetime` when called with ``None`` raising ``TypeError`` instead of returning ``NaT`` (:issue:`30011`)
698+
- Bug in :func:`pandas.to_datetime` when called with ``Series`` storing ``IntegerArray`` raising ``TypeError`` instead of returning ``Series`` (:issue:`30050`)
698699

699700
Timedelta
700701
^^^^^^^^^

0 commit comments

Comments
 (0)