Skip to content

Commit 82e5109

Browse files
committed
DOC: Move whatsnew entry from v1.0.0 to v1.1.0
1 parent edde717 commit 82e5109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/whatsnew/v1.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ MultiIndex
11601160

11611161
- Constructor for :class:`MultiIndex` verifies that the given ``sortorder`` is compatible with the actual ``lexsort_depth`` if ``verify_integrity`` parameter is ``True`` (the default) (:issue:`28735`)
11621162
- Series and MultiIndex `.drop` with `MultiIndex` raise exception if labels not in given in level (:issue:`8594`)
1163-
- Bug in :meth:`Dataframe.loc` when used with a :class:`MultiIndex`. The returned values were not in the same order as the given inputs (:issue:`22797`)
1163+
-
11641164

11651165
I/O
11661166
^^^

doc/source/whatsnew/v1.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Missing
161161

162162
MultiIndex
163163
^^^^^^^^^^
164-
164+
- Bug in :meth:`Dataframe.loc` when used with a :class:`MultiIndex`. The returned values were not in the same order as the given inputs (:issue:`22797`)
165165
-
166166
-
167167

0 commit comments

Comments
 (0)