Skip to content

Commit aa07157

Browse files
DOC: moving whatsnew entry to 0.20.0
1 parent f3764db commit aa07157

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/whatsnew/v0.19.2.txt

-3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,3 @@ Bug Fixes
8080
- Explicit check in ``to_stata`` and ``StataWriter`` for out-of-range values when writing doubles (:issue:`14618`)
8181
- Bug in ``.plot(kind='kde')`` which did not drop missing values to generate the KDE Plot, instead generating an empty plot. (:issue:`14821`)
8282
- Bug in ``unstack()`` if called with a list of column(s) as an argument, regardless of the dtypes of all columns, they get coerced to ``object`` (:issue:`11847`)
83-
84-
- Bug in ``pd.scatter_matrix()`` could accept either ``color`` or ``c``, but
85-
not both (:issue:`14855`)

doc/source/whatsnew/v0.20.0.txt

+3
Original file line numberDiff line numberDiff line change
@@ -467,3 +467,6 @@ Bug Fixes
467467

468468

469469
- Bug in ``DataFrame.boxplot`` where ``fontsize`` was not applied to the tick labels on both axes (:issue:`15108`)
470+
471+
- Bug in ``pd.scatter_matrix()`` could accept either ``color`` or ``c``, but
472+
not both (:issue:`14855`)

0 commit comments

Comments
 (0)