diff options
| author | Tim Graham <timograham@gmail.com> | 2017-04-26 09:48:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-26 09:48:55 -0400 |
| commit | 8f50ca11eb3d498f1fd7505ddbd02c994f3fc058 (patch) | |
| tree | f98ef1f865133b7945202f6a246fa4ed007971fb /docs/internals/release-process.txt | |
| parent | 19a23fe562b4b2d051612d2850834c60177c4063 (diff) | |
Clarified "newly-introduced features" in the supported versions policy.
Diffstat (limited to 'docs/internals/release-process.txt')
| -rw-r--r-- | docs/internals/release-process.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/release-process.txt b/docs/internals/release-process.txt index ad891c6225..a03d85036a 100644 --- a/docs/internals/release-process.txt +++ b/docs/internals/release-process.txt @@ -137,7 +137,7 @@ page for the current state of support for each version. * Crashing bugs. - * Major functionality bugs in newly-introduced features. + * Major functionality bugs in new features of the latest stable release. * Regressions from older versions of Django. |
