Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion app/templates/releases/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
provide a migration path, then sometime later deprecate the old feature,
and finally remove the old feature in a later major release.
</p>
<p>
Deprecation of a feature requires an accepted <a href="https://rfcs.emberjs.com">RFC</a>.
We only land deprecations targetting a particular major well in advance of that version.
Three minor releases (about 18 weeks) prior to the major version is the last minor that will add a deprecation
for that version.
</p>
</li>
<li>
<p>
Expand All @@ -99,7 +105,9 @@
introduce new features.
</strong>
This means major releases are not exciting, just a predictable point where
some cleanup happens.
some cleanup happens. Major releases happen about every 18 months, after 12 minor
releases (six weeks each). The last minor before the major version is an
<LinkTo @route="releases.lts">LTS</LinkTo>.
</p>
</li>
<li>
Expand Down
Loading