You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/ember-released-6-3.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,11 @@ This is a replacement for the [ember-route-template](https://github.com/discours
49
49
50
50
#### Deprecations
51
51
52
-
Ember.js 6.3 introduced <insert_number> new deprecations.
52
+
Ember.js 6.3 introduces 1 new deprecation.
53
+
54
+
##### [#20526](https://github.com/emberjs/ember.js/pull/20526) Deprecates importing inject from @ember/service.
55
+
56
+
The export is renamed to service per [RFC #0752](https://rfcs.emberjs.com/id/0752-inject-service/). See the [deprecation guide](https://deprecations.emberjs.com/id/importing-inject-from-ember-service) for more information.
53
57
54
58
For more details on changes in Ember.js 6.3, please review the [Ember.js 6.3.0 release page](https://github.com/emberjs/ember.js/releases/tag/v6.3.0-ember-source).
0 commit comments