Skip to content

Commit 810c6fd

Browse files
authored
Fixed whatsnew/v1.0.0.rst as mistakenly overwrote.
1 parent 5b459d2 commit 810c6fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,8 @@ Plotting
823823
- Bug in the ``xticks`` argument being ignored for :meth:`DataFrame.plot.bar` (:issue:`14119`)
824824
- :func:`set_option` now validates that the plot backend provided to ``'plotting.backend'`` implements the backend when the option is set, rather than when a plot is created (:issue:`28163`)
825825
- :meth:`DataFrame.plot` now allow a ``backend`` keyword arugment to allow changing between backends in one session (:issue:`28619`).
826-
- Bug in color validation incorrectly raising for non-color styles (:issue:`30163`).
826+
- Bug in color validation incorrectly raising for non-color styles (:issue:`29122`).
827+
- Bug in :func: 'to_pickle' and :func: 'read_pickle' where not accepting URL (:issue:`30163`).
827828

828829
Groupby/resample/rolling
829830
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)