Skip to content

Commit a4ffcd3

Browse files
committed
Added entry in v3.0.0.rst
1 parent a3593ed commit a4ffcd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ Datetimelike
640640
- Bug in :meth:`to_datetime` reports incorrect index in case of any failure scenario. (:issue:`58298`)
641641
- Bug in :meth:`to_datetime` wrongly converts when ``arg`` is a ``np.datetime64`` object with unit of ``ps``. (:issue:`60341`)
642642
- Bug in setting scalar values with mismatched resolution into arrays with non-nanosecond ``datetime64``, ``timedelta64`` or :class:`DatetimeTZDtype` incorrectly truncating those scalars (:issue:`56410`)
643+
- BUG: Ensure to_datetime raises errors for out-of-bounds scalar inputs (:issue:`60744`)
643644

644645
Timedelta
645646
^^^^^^^^^

0 commit comments

Comments
 (0)