Skip to content

Commit 576c07d

Browse files
added bugfix to whatsnew
1 parent aa27dc8 commit 576c07d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,7 @@ Indexing
745745
- Bug in :meth:`MultiIndex.insert` when a new value inserted to a datetime-like level gets cast to ``NaT`` and fails indexing (:issue:`60388`)
746746
- Bug in printing :attr:`Index.names` and :attr:`MultiIndex.levels` would not escape single quotes (:issue:`60190`)
747747
- Bug in reindexing of :class:`DataFrame` with :class:`PeriodDtype` columns in case of consolidated block (:issue:`60980`, :issue:`60273`)
748+
- Bug in creating :class:`Index` with one item being a ``list`` among others thar aren't (should raise ValueError) (:issue:`60925`)
748749

749750
Missing
750751
^^^^^^^

0 commit comments

Comments
 (0)