Skip to content

Commit 02d0cb9

Browse files
author
y-p
committed
DOC: release notes
1 parent 75cf35c commit 02d0cb9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/source/release.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Improvements to existing features
6767
and parse accordingly. (:issue:`6223`)
6868
- pd.expanding_apply and pd.rolling_apply now take args and kwargs that are passed on to
6969
the func (:issue:`6289`)
70+
- ``plot(legend='reverse')`` will now reverse the order of legend labels for most plot kinds.
71+
(:issue:`6014`)
7072

7173
.. _release.bug_fixes-0.14.0:
7274

doc/source/v0.14.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Enhancements
3030

3131
- pd.read_clipboard will, if 'sep' is unspecified, try to detect data copied from a spreadsheet
3232
and parse accordingly. (:issue:`6223`)
33+
- ``plot(legend='reverse')`` will now reverse the order of legend labels for
34+
most plot kinds. (:issue:`6014`)
3335

3436

3537
Performance

0 commit comments

Comments
 (0)