Skip to content

Commit

Permalink
Merge pull request #2062 from ember-learn/acorncom-patch-1
Browse files Browse the repository at this point in the history
Remove discussion of old debug handler polyfill, it's been a minute
  • Loading branch information
mansona authored Oct 10, 2024
2 parents c15d45a + 210cc52 commit 4563b16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions guides/release/configuring-ember/handling-deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ export function initialize() {
export default { initialize };
```

The deprecation handler API was released in Ember 2.1.
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.

## Deprecation Workflow

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

0 comments on commit 4563b16

Please sign in to comment.