From 26e1a606e30592e22be52af3c5e5224090044cbf Mon Sep 17 00:00:00 2001 From: ri938 Date: Thu, 6 Jul 2017 14:42:06 +0100 Subject: [PATCH] Move documentation of change to the next major release 0.21.0 --- doc/source/whatsnew/v0.21.0.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/whatsnew/v0.21.0.txt b/doc/source/whatsnew/v0.21.0.txt index 95eab9e3b684f..c129fee043bd3 100644 --- a/doc/source/whatsnew/v0.21.0.txt +++ b/doc/source/whatsnew/v0.21.0.txt @@ -141,6 +141,7 @@ Bug Fixes ~~~~~~~~~ - Fixes regression in 0.20, :func:`Series.aggregate` and :func:`DataFrame.aggregate` allow dictionaries as return values again (:issue:`16741`) +- Bug in reindexing on an empty ``CategoricalIndex`` (:issue:`16770`) Conversion ^^^^^^^^^^