Skip to content

Commit 2e1221c

Browse files
committed
move whatsnew entry
1 parent 085c98b commit 2e1221c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/whatsnew/v2.2.2.rst

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Bug fixes
4242
- :meth:`DataFrame.__dataframe__` was showing bytemask instead of bitmask for ``'string[pyarrow]'`` validity buffer (:issue:`57762`)
4343
- :meth:`DataFrame.__dataframe__` was showing non-null validity buffer (instead of ``None``) ``'string[pyarrow]'`` without missing values (:issue:`57761`)
4444
- :meth:`DataFrame.to_sql` was failing to find the right table when using the schema argument (:issue:`57539`)
45-
- :meth:`HDFStore.get` was failing to save data of dtype datetime64[s] correctly (:issue:`59004`)
4645

4746
.. ---------------------------------------------------------------------------
4847
.. _whatsnew_222.other:

doc/source/whatsnew/v3.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Timedelta
465465

466466
Timezones
467467
^^^^^^^^^
468-
-
468+
- :meth:`io::pytables::_set_tz` was failing to parse datetime64 dtypes correctly (:issue:`59004`)
469469
-
470470

471471
Numeric

0 commit comments

Comments
 (0)