Skip to content

Commit fe7360c

Browse files
committed
Moved change log to conversions section
1 parent aa393c7 commit fe7360c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.21.1.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Documentation Changes
5656

5757
Bug Fixes
5858
~~~~~~~~~
59-
- Bug in :meth:`Series.fillna` which was raising RuntimeError when got large integer (:issue:`18159`).
59+
-
6060

6161

6262
Conversion
@@ -67,6 +67,7 @@ Conversion
6767
- Bug in :meth:`IntervalIndex.copy` when copying and ``IntervalIndex`` with non-default ``closed`` (:issue:`18339`)
6868
- 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`)
6969
- 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`)
70+
- Bug in :meth:`Series.fillna` which raised when passed a long integer on Python 2 (:issue:`18159`).
7071
-
7172

7273
Indexing

0 commit comments

Comments
 (0)