Skip to content

Commit

Permalink
Update CHANGELOG.md to include issue numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ryami333 committed Nov 14, 2019
1 parent 476f88c commit 8be0cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
## [[v3.0.1]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.0.1)

### CHANGED
### FIXED

- Modified usage for `Array.prototype.findIndex` to `Array.prototype.indexOf` across the library to remove the need for polyfill for IE 11.
- Refactor away `Array.prototype.findIndex` in favour of `Array.prototype.indexOf` to reinstate IE 11 support without use of a polyfill (https://github.com/springload/react-accessible-accordion/issues/237, https://github.com/springload/react-accessible-accordion/issues/224).

## [[v3.0.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.0.0)

Expand Down

0 comments on commit 8be0cc6

Please sign in to comment.