From 476f88ca4bfc21287334b54ce5e4948c243b59d0 Mon Sep 17 00:00:00 2001 From: Janzen Zarzoso Date: Thu, 14 Nov 2019 10:24:56 +1300 Subject: [PATCH] CHANGELOG entry for findIndex fix. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d1ac04..7005d509 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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