Skip to content

Commit 7fe331d

Browse files
committed
add bugfix to whatsnew
1 parent 0a9e0c6 commit 7fe331d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.24.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ Datetimelike
295295
^^^^^^^^^^^^
296296

297297
- Fixed bug where two :class:`DateOffset` objects with different ``normalize`` attributes could evaluate as equal (:issue:`21404`)
298+
- Bug in :class:`Index` with ``datetime64[ns, tz]`` dtype that did not localize integer data correctly (:issue:`20964`)
299+
- Fixed bug where `describe` method on tz-aware datetimes did not show `first` and `last` result (:issue:`21328`)
298300

299301
Timedelta
300302
^^^^^^^^^

0 commit comments

Comments
 (0)