From 791de95b7e5b7991d4ea39db68b2fc847e38d1b5 Mon Sep 17 00:00:00 2001 From: Pietro Battiston Date: Tue, 22 May 2018 12:19:51 +0200 Subject: [PATCH] DOC: move mention of #21115 from bugs to enhancements (#21165) --- doc/source/whatsnew/v0.23.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v0.23.1.txt b/doc/source/whatsnew/v0.23.1.txt index f204fce3a525f..44f7280d5535f 100644 --- a/doc/source/whatsnew/v0.23.1.txt +++ b/doc/source/whatsnew/v0.23.1.txt @@ -15,6 +15,8 @@ and bug fixes. We recommend that all users upgrade to this version. New features ~~~~~~~~~~~~ +- :meth:`Index.droplevel` is now implemented also for flat indexes, for compatibility with MultiIndex (:issue:`21115`) + .. _whatsnew_0231.deprecations: @@ -75,7 +77,6 @@ Indexing ^^^^^^^^ - Bug in :meth:`Series.reset_index` where appropriate error was not raised with an invalid level name (:issue:`20925`) -- :meth:`Index.droplevel` is now implemented also for flat indexes, for compatibility with MultiIndex (:issue:`21115`) - I/O