File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments