Skip to content

Commit c804a3a

Browse files
DOC: add whats new entry for addressing pandas-dev#14855
1 parent 92f78b7 commit c804a3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/whatsnew/v0.19.2.txt

+3
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,6 @@ Bug Fixes
8080
- Explicit check in ``to_stata`` and ``StataWriter`` for out-of-range values when writing doubles (:issue:`14618`)
8181

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`)

0 commit comments

Comments
 (0)