Skip to content

Commit

Permalink
Moved change log to conversions section
Browse files Browse the repository at this point in the history
  • Loading branch information
gkonefal-reef committed Dec 3, 2017
1 parent aa393c7 commit fdef49a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/whatsnew/v0.21.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Documentation Changes

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


Conversion
Expand All @@ -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 was raising RuntimeError when got large integer (:issue:`18159`).
-

Indexing
Expand Down

0 comments on commit fdef49a

Please sign in to comment.