Skip to content

Commit bc9e21a

Browse files
Update content/ember-released-6-3.md
Co-authored-by: Katie Gengler <katie@kmg.io>
1 parent 77541b3 commit bc9e21a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

content/ember-released-6-3.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,19 @@ For example, you may wish to silence a deprecation that is coming from an addon
135135

136136
#### Deprecations
137137

138-
Ember CLI 6.3 introduced <insert_number> new deprecations.
138+
Ember CLI 6.3 introduces 1 new deprecation:
139+
140+
##### Deprecate v1 addon `contentFor` types per [RFC #1029](https://rfcs.emberjs.com/id/1029-deprecate-app-prefix/)
141+
142+
[#10589](https://github.com/ember-cli/ember-cli/pull/10589) deprecates `contentFor` with the following types:
143+
- app-prefix
144+
- app-suffix
145+
- tests-prefix
146+
- tests-suffix
147+
- vendor-prefix
148+
- vendor-suffix
149+
150+
The deprecation guide is not yet published but the content can be read in the [RFC](https://rfcs.emberjs.com/id/1029-deprecate-app-prefix/).
139151

140152
For more details on the changes in Ember CLI 6.3 and detailed upgrade
141153
instructions, please review the [Ember CLI 6.3.0 release page](https://github.com/ember-cli/ember-cli/releases/tag/v6.3.0).

0 commit comments

Comments
 (0)