Skip to content

Commit aa1a563

Browse files
authored
Update v0.24.0.txt
Adding BUG pandas-dev#21697
1 parent 7cd2679 commit aa1a563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.24.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ Timezones
255255
- Bug in :class:`Series` constructor which would coerce tz-aware and tz-naive :class:`Timestamp`s to tz-aware (:issue:`13051`)
256256
- Bug in :class:`Index` with ``datetime64[ns, tz]`` dtype that did not localize integer data correctly (:issue:`20964`)
257257
- Bug in :class:`DatetimeIndex` where constructing with an integer and tz would not localize correctly (:issue:`12619`)
258+
- Bug in :meth:`to_datetime` where Index arg won't retain ``name`` in all cases (:issue:`21697`)
258259

259260
Offsets
260261
^^^^^^^

0 commit comments

Comments
 (0)