From ef61aa49bcf7cac240b6c8c38ae21c11ab50e240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Konefa=C5=82?= Date: Sun, 3 Dec 2017 22:21:01 +0100 Subject: [PATCH] Moved change log to conversions section --- doc/source/whatsnew/v0.21.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v0.21.1.txt b/doc/source/whatsnew/v0.21.1.txt index 6017852ad222b2..8e7165601e0447 100644 --- a/doc/source/whatsnew/v0.21.1.txt +++ b/doc/source/whatsnew/v0.21.1.txt @@ -56,7 +56,7 @@ Documentation Changes Bug Fixes ~~~~~~~~~ -- Bug in :meth:`Series.fillna` which was raising RuntimeError when got large integer (:issue:`18159`). +- Conversion @@ -67,6 +67,7 @@ Conversion - Bug in :meth:`IntervalIndex.copy` when copying and ``IntervalIndex`` with non-default ``closed`` (:issue:`18339`) - Bug in :func:`DataFrame.to_dict` where columns of datetime that are tz-aware were not converted to required arrays when used with ``orient='records'``, raising``TypeError` (:issue:`18372`) - Bug in :class:`DateTimeIndex` and :meth:`date_range` where mismatching tz-aware ``start`` and ``end`` timezones would not raise an err if ``end.tzinfo`` is None (:issue:`18431`) +- Bug in :meth:`Series.fillna` which raised when passed a long integer on Python 2 (:issue:`18159`). - Indexing