Skip to content

Commit

Permalink
Remove discussion of Ember 2.1, it's been a minute
Browse files Browse the repository at this point in the history
  • Loading branch information
acorncom authored Oct 9, 2024
1 parent c15d45a commit 210cc52
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 210cc52

Please sign in to comment.