Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Oct 2, 2018
1 parent 40bde1b commit 0b39a17
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,24 @@ If you previously ejected but now want to upgrade, one common solution is to fin

Like any major release, `[email protected]` contains a few breaking changes. We expect that they won't affect every user, but we recommend to scan over these sections to see if something is relevant to you. If we missed something, please file a new issue.

### Node 6 is no longer supported

Please upgrade to Node 8 (LTS) or later.

### IE 9, IE 10, and IE 11 are no longer supported by default (but you can opt in!)

We have dropped default support for Internet Explorer 9, 10, and 11. If you still need to support these browsers, follow the instructions below.

First, install `react-app-polyfill`:

```bash
$ npm install react-app-polyfill --save
$ # or
$ yarn add react-app-polyfill
npm install react-app-polyfill
```

or

```
yarn add react-app-polyfill
```

Next, place one of the following lines at the very top of `src/index.js`:
Expand Down

0 comments on commit 0b39a17

Please sign in to comment.