Skip to content

Commit d816b1f

Browse files
committed
DOC: Move whatsnew entry from v1.0.0 to v1.1.0
1 parent 127aaf6 commit d816b1f

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
@@ -1101,7 +1101,7 @@ MultiIndex
11011101

11021102
- 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`)
11031103
- Series and MultiIndex `.drop` with `MultiIndex` raise exception if labels not in given in level (:issue:`8594`)
1104-
- 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`)
1104+
-
11051105

11061106
I/O
11071107
^^^

doc/source/whatsnew/v1.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Missing
158158

159159
MultiIndex
160160
^^^^^^^^^^
161-
161+
- 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`)
162162
-
163163
-
164164

0 commit comments

Comments
 (0)