Skip to content

Commit c62dde3

Browse files
srotondomroeschke
andauthored
Update doc/source/whatsnew/v1.5.0.rst
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent bab1995 commit c62dde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.5.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ Datetimelike
824824
- Bug in :meth:`DatetimeIndex.resolution` incorrectly returning "day" instead of "nanosecond" for nanosecond-resolution indexes (:issue:`46903`)
825825
- Bug in :class:`Timestamp` with an integer or float value and ``unit="Y"`` or ``unit="M"`` giving slightly-wrong results (:issue:`47266`)
826826
- Bug in :class:`.DatetimeArray` construction when passed another :class:`.DatetimeArray` and ``freq=None`` incorrectly inferring the freq from the given array (:issue:`47296`)
827-
- Bug in :class:`RelativeDeltaOffset` which caused adding a ``DateOffset`` to a ``Series`` to not add the ``nanoseconds`` field (:issue:`47856`)
827+
- Bug when adding a :class:`DateOffset` to a :class:`Series` would not add the ``nanoseconds`` field (:issue:`47856`)
828828
-
829829

830830
Timedelta

0 commit comments

Comments
 (0)