Skip to content

Commit

Permalink
CHANGELOG entry for findIndex fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
janzenz authored and ryami333 committed Nov 14, 2019
1 parent 64680ce commit 476f88c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
> All notable changes to this project are documented in this file. This project
> adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [[v3.0.1]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.0.1)

### CHANGED

- Modified usage for `Array.prototype.findIndex` to `Array.prototype.indexOf` across the library to remove the need for polyfill for IE 11.

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

This release is the culmination of a massive amount of work, resulting in some
Expand Down

0 comments on commit 476f88c

Please sign in to comment.