Skip to content

Commit ec9f945

Browse files
committed
Move whatsnew
1 parent f1c120d commit ec9f945

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v2.3.0.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ Other
175175
^^^^^
176176
- Fixed usage of ``inspect`` when the optional dependencies ``pyarrow`` or ``jinja2``
177177
are not installed (:issue:`60196`)
178-
- Fixed regression in :meth:`DataFrame.from_records` not initializing subclasses properly (:issue:`57008`)
179178

180179
.. ---------------------------------------------------------------------------
181180
.. _whatsnew_230.contributors:

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,7 @@ Other
812812
- Bug in ``Series.list`` methods not preserving the original name. (:issue:`60522`)
813813
- Bug in printing a :class:`DataFrame` with a :class:`DataFrame` stored in :attr:`DataFrame.attrs` raised a ``ValueError`` (:issue:`60455`)
814814
- Bug in printing a :class:`Series` with a :class:`DataFrame` stored in :attr:`Series.attrs` raised a ``ValueError`` (:issue:`60568`)
815+
- Fixed regression in :meth:`DataFrame.from_records` not initializing subclasses properly (:issue:`57008`)
815816

816817
.. ***DO NOT USE THIS SECTION***
817818

0 commit comments

Comments
 (0)