Skip to content

Commit

Permalink
DOC: remove whatsnew note for xref pandas-dev#17131
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored and No-Stream committed Nov 28, 2017
1 parent cc827fe commit 78114de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/source/whatsnew/v0.21.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@ Indexing
- Bug in ``IntervalIndex`` where performing a scalar lookup fails for included right endpoints of non-overlapping monotonic decreasing indexes (:issue:`16417`, :issue:`17271`)
- Bug in :meth:`DataFrame.first_valid_index` and :meth:`DataFrame.last_valid_index` when no valid entry (:issue:`17400`)
- Bug in :func:`Series.rename` when called with a `callable`, incorrectly alters the name of the `Series`, rather than the name of the `Index`. (:issue:`17407`)
- Regression in ``.loc`` accepting a boolean ``Index`` as an indexer (:issue:`17131`)

I/O
^^^
Expand Down

0 comments on commit 78114de

Please sign in to comment.