docs: enumerate deprecation policy (#22859)
* docs: enumerate deprecation policy * Address @MarshallOfSound feedback
This commit is contained in:
parent
e94a573f29
commit
212b47a77b
1 changed files with 8 additions and 0 deletions
|
@ -49,6 +49,14 @@ fixes previously merged to `master`, though this may be on a case-by-case
|
||||||
basis for some older supported lines. All contested decisions around release
|
basis for some older supported lines. All contested decisions around release
|
||||||
line backports will be resolved by the [Releases Working Group](https://github.com/electron/governance/tree/master/wg-releases) as an agenda item at their weekly meeting the week the backport PR is raised.
|
line backports will be resolved by the [Releases Working Group](https://github.com/electron/governance/tree/master/wg-releases) as an agenda item at their weekly meeting the week the backport PR is raised.
|
||||||
|
|
||||||
|
When an API is changed or removed in a way that breaks existing functionality, the
|
||||||
|
previous functionality will be supported for a minimum of two major versions when
|
||||||
|
possible before being removed. For example, if a function takes three arguments,
|
||||||
|
and that number is reduced to two in major version 10, the three-argument version would
|
||||||
|
continue to work until, at minimum, major version 12. Past the minimum two-version
|
||||||
|
threshold, we will attempt to support backwards compatibility beyond two versions
|
||||||
|
until the maintainers feel the maintenance burden is too high to continue doing so.
|
||||||
|
|
||||||
### Currently supported versions
|
### Currently supported versions
|
||||||
- 8.1.x
|
- 8.1.x
|
||||||
- 7.1.x
|
- 7.1.x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue