Skip to content

Commit e43873f

Browse files
committed
clarify what a feature fix is.
1 parent 583f4c5 commit e43873f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Python releases go through five phases:
5656
:feature: Before the first beta, the next full release can accept new features,
5757
bug fixes, and security fixes.
5858

59-
:prerelease: After the first beta, no new features can go in, but feature
60-
fixes, bug fixes, and security fixes are accepted for the upcoming feature
61-
release.
59+
:prerelease: After the first beta, no new features can go in, but feature fixes
60+
(including significant changes to new features), bug fixes, and security fixes
61+
are accepted for the upcoming feature release.
6262

6363
:bugfix: Once a version has been released, bug fixes and security fixes are
6464
accepted. New binaries are built and released. (Also called **maintenance**

0 commit comments

Comments
 (0)