Skip to content

Commit f5e2400

Browse files
committed
Move changelog entry from 0.19.1 to 0.20.0
1 parent 6d95b3a commit f5e2400

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/source/whatsnew/v0.19.1.txt

-3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,3 @@ Bug Fixes
8181

8282
- Bug in ``pd.pivot_table`` may raise ``TypeError`` or ``ValueError`` when ``index`` or ``columns``
8383
is not scalar and ``values`` is not specified (:issue:`14380`)
84-
- Bug in ``pd.pivot_table`` may raise ``TypeError`` or ``ValueError`` when ``index`` or ``columns``
85-
is not scalar and ``values`` is not specified (:issue:`14380`)
86-
- Bug in ``asfreq``, where frequency wasn't set for empty Series (:issue:`14320`)

doc/source/whatsnew/v0.20.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,5 @@ Performance Improvements
8080

8181
Bug Fixes
8282
~~~~~~~~~
83+
84+
- Bug in ``asfreq``, where frequency wasn't set for empty Series (:issue:`14320`)

0 commit comments

Comments
 (0)