Skip to content

Commit 0436dce

Browse files
committed
DOC better wording in changelog legend
1 parent 933f80a commit 0436dce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/whats_new.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Release notes for current and recent releases are detailed on this page, with
1111
**Tip:** `Subscribe to scikit-learn releases <https://libraries.io/pypi/scikit-learn>`__
1212
on libraries.io to be notified when new versions are released.
1313

14-
Legend
15-
------
14+
Legend for changelogs
15+
---------------------
1616

1717
- |MajorFeature|: something big that you couldn't do before.
1818
- |Feature|: something that you couldn't do before.
1919
- |Efficiency|: an existing feature now may not require as much computation or
2020
memory.
21-
- |Enhancement|: miscellaneous minor improvement.
22-
- |Fix|: something that didn't work as documentated before should now work.
21+
- |Enhancement|: a miscellaneous minor improvement.
22+
- |Fix|: something that previously didn't work as documentated should now work.
2323
- |API|: you will need to change your code to have the same effect in the
2424
future; or a feature will be removed in the future.
2525

0 commit comments

Comments
 (0)