From 31cb4b3165798a5316b79d196d78838ad43e4d73 Mon Sep 17 00:00:00 2001 From: Morgan Stuart Date: Tue, 18 Jul 2017 14:40:35 -0400 Subject: [PATCH] Removed unneeded details from whatsnew description --- doc/source/whatsnew/v0.21.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v0.21.0.txt b/doc/source/whatsnew/v0.21.0.txt index 97c9769ae2abc..9f352f907c0c6 100644 --- a/doc/source/whatsnew/v0.21.0.txt +++ b/doc/source/whatsnew/v0.21.0.txt @@ -204,4 +204,4 @@ Categorical Other ^^^^^ - Bug in :func:`eval` where the ``inplace`` parameter was being incorrectly handled (:issue:`16732`) -- Bug when using :func:`isin` on a large object series and large comparison array, numpy's in1d is used but doesn't support objects in most conditions (:issue:`16012`) \ No newline at end of file +- Bug when using :func:`isin` on a large object series and large comparison array (:issue:`16012`)