Skip to content

Commit 162bf90

Browse files
committed
DOC: cover the second bug in whatsnew
1 parent 6257147 commit 162bf90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v2.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Datetimelike
166166
- :meth:`arrays.DatetimeArray.map` can now take a ``na_action`` argument. :meth:`DatetimeIndex.map` with ``na_action="ignore"`` now works as expected. (:issue:`51644`)
167167
- Bug in :meth:`arrays.DatetimeArray.map` and :meth:`DatetimeIndex.map`, where the supplied callable operated array-wise instead of element-wise (:issue:`51977`)
168168
- Bug in :class:`Timestamp` raising an error when passing fold when constructing from positional arguments.
169+
- Bug in :class:`Timestamp` leading to inconsistent timestamps when passing arguments as positional versus as a keyword.
169170
-
170171

171172
Timedelta

0 commit comments

Comments
 (0)