Skip to content

Commit

Permalink
Merge pull request #3928 from fivetanley/ie8-no-longer-supported
Browse files Browse the repository at this point in the history
update README stating no IE8 support
  • Loading branch information
fivetanley committed Nov 13, 2015
2 parents 8095057 + 37711f7 commit f41220d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ after [setup](#setup). You'll find ember-data.js in the `dist` directory.

#### Internet Explorer 8

**Internet Explorer 8 is no longer supported by Ember Data on versions
2.0 and later.**

If you require IE8 support, you can use the `1.13` series of releases.
The source code is available on the `release-1-13` branch.

Internet Explorer 8 support requires Ember 1.8.1 (which provides a polyfill for `Object.create`).

### Instantiating the Store
Expand Down

0 comments on commit f41220d

Please sign in to comment.