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: guides/release/configuring-ember/handling-deprecations.md
-3
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,6 @@ export function initialize() {
29
29
exportdefault { initialize };
30
30
```
31
31
32
-
The deprecation handler API was released in Ember 2.1.
33
-
If you would like to leverage this API in a prior release of Ember you can install the [ember-debug-handlers-polyfill](http://emberobserver.com/addons/ember-debug-handlers-polyfill) addon into your project.
34
-
35
32
## Deprecation Workflow
36
33
37
34
Once you've removed deprecations that you may not need to immediately address, you may still be left with many deprecations.
0 commit comments