Skip to content

Commit 342187a

Browse files
Update doc/source/whatsnew/v3.0.0.rst
Co-authored-by: Richard Shadrach <[email protected]>
1 parent 720d46c commit 342187a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ Categorical
641641

642642
Datetimelike
643643
^^^^^^^^^^^^
644-
- Bug in :attr:`Series.dt.date` where Series with all NaT values would raise an error when compared to a datetime.date (:issue:`61188`)
644+
- Bug in :attr:`Series.dt.date` returned datetime dtype on Series with all NaT values; now returns object dtype (:issue:`61188`)
645645
- Bug in :attr:`is_year_start` where a DateTimeIndex constructed via a date_range with frequency 'MS' wouldn't have the correct year or quarter start attributes (:issue:`57377`)
646646
- Bug in :class:`DataFrame` raising ``ValueError`` when ``dtype`` is ``timedelta64`` and ``data`` is a list containing ``None`` (:issue:`60064`)
647647
- Bug in :class:`Timestamp` constructor failing to raise when ``tz=None`` is explicitly specified in conjunction with timezone-aware ``tzinfo`` or data (:issue:`48688`)

0 commit comments

Comments
 (0)