Skip to content

Commit a298430

Browse files
committed
DOC: move release note
1 parent 3406547 commit a298430

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v0.20.2.txt

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Conversion
5757

5858
- Bug in :func:`to_numeric` in which empty data inputs were causing a segfault of the interpreter (:issue:`16302`)
5959
- Silence numpy warnings when broadcasting ``DataFrame`` to ``Series`` with comparison ops (:issue:`16378`, :issue:`16306`)
60-
- Bug in ``Series`` with ``dtype='category'`` (:issue:`16524`)
6160

6261

6362
Indexing

doc/source/whatsnew/v0.20.3.txt

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Conversion
4444
^^^^^^^^^^
4545

4646
- Bug in pickle compat prior to the v0.20.x series, when ``UTC`` is a timezone in a Series/DataFrame/Index (:issue:`16608`)
47+
- Bug in ``Series`` with ``dtype='category'`` (:issue:`16524`)
4748

4849
Indexing
4950
^^^^^^^^

0 commit comments

Comments
 (0)