Skip to content

Commit 4563b16

Browse files
authored
Merge pull request #2062 from ember-learn/acorncom-patch-1
Remove discussion of old debug handler polyfill, it's been a minute
2 parents c15d45a + 210cc52 commit 4563b16

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

guides/release/configuring-ember/handling-deprecations.md

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ export function initialize() {
2929
export default { initialize };
3030
```
3131

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-
3532
## Deprecation Workflow
3633

3734
Once you've removed deprecations that you may not need to immediately address, you may still be left with many deprecations.

0 commit comments

Comments
 (0)